Usermode/AxWin3 - Implementing SendMessage for client
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / renderer_widget.h
index fd79acf..35b767d 100644 (file)
 #include <wm_renderer.h>
 #include <axwin3/widget.h>
 
-enum
-{
-       MSG_WIDGET_CREATE,
-       MSG_WIDGET_DELETE,
-       MSG_WIDGET_SETTEXT
-};
-
-
-typedef struct
-{
-       uint32_t        Parent;
-       uint32_t        NewID;
-       char    DebugName[];
-} tWidgetMsg_Create;
+#include <widget_messages.h>
 
 #endif
 

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