26505843ca2c37c5e869cd26a73ec9ede38c6d82
[tpg/acess2.git] / 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, const void *Data);
16
17 #endif
18

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