2 * Acess2 Window Manager v3 (axwin3)
3 * - By John Hodge (thePowersGang)
6 * - Decorator definitions
11 #include <wm_internals.h>
13 extern void Decorator_UpdateBorderSize(tWindow *Window);
14 extern void Decorator_Redraw(tWindow *Window);
15 extern int Decorator_HandleMessage(tWindow *Window, int Message, int Length, const void *Data);