Usermode/AxWin3 - Added decorator support
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / decorator.h
1 /*
2  * Acess2 Window Manager v3 (axwin3)
3  * - By John Hodge (thePowersGang)
4  *
5  * include/decorator.h
6  * - Decorator definitions
7  */
8 #ifndef _DECORATOR_H_
9 #define _DECORATOR_H_
10
11 #include <wm_internals.h>
12
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, void *Data);
16
17 #endif
18

UCC git Repository :: git.ucc.asn.au