Modules/Mouse - Fixing bugs, removing debug
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / messages.h
index 2473140..3219ea0 100644 (file)
@@ -4,9 +4,17 @@
 #ifndef _MESSAGES_H_
 #define _MESSAGES_H_
 
+struct sAxWin_Message
+{
+       uint16_t        ID;
+};
+
+typedef struct sAxWin_Message  tAxWin_Message;
+
 enum eMessages
 {
        MSG_NULL,
+       MSG_CREATEWIN
 };
 
 #endif

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