Usermode/AxWin3 - Fiddling
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / renderer_classful.h
1 /*
2  * Acess2 Window Manager v3 (axwin3)
3  * - By John Hodge (thePowersGang)
4  *
5  * include/renderer_classful.h
6  * - Classful renderer messages
7  */
8 #ifndef _RENDERER_CLASSFUL_H_
9 #define _RENDERER_CLASSFUL_H_
10
11 #include "wm_messages.h"
12
13 enum eWM_Classful_Messages
14 {
15         MSG_CLASSFUL_SETBGCOLOUR = WNDMSG_CLASS_MIN,
16         MSG_CLASSFUL_SETTEXT
17 };
18
19 #endif
20

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