Usermode/AxWin3 - Implemented Focus/Raising support
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_messages.h
index e4b4622..df20d77 100644 (file)
@@ -32,6 +32,11 @@ enum eWM_WindowMessages
        WNDMSG_CLASS_MAX = 0x2000,
 };
 
+struct sWndMsg_Bool
+{
+        uint8_t        Val;
+};
+
 struct sWndMsg_Resize
 {
        uint16_t        W, H;

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