Usermode/AxWin3 - Speedups mostly, required some restructure
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / wm_messages.h
index a0c4919..1cc7697 100644 (file)
  */
 enum eWM_WindowMessages
 {
-       WNDMSG_NULL,
+       WNDMSG_NULL,    // 0
        
-       WNDMSG_CREATE,
-       WNDMSG_DESTROY,
-       WNDMSG_CLOSE,
-       WNDMSG_FOCUS,   // Called on change
-       WNDMSG_SHOW,    // Called on change
+       WNDMSG_CREATE,  // 1
+       WNDMSG_DESTROY, // 2
+       WNDMSG_CLOSE,   // 3
+       WNDMSG_FOCUS,   // Called on change
+       WNDMSG_SHOW,    // Called on change
 
-       WNDMSG_RESIZE,
+       WNDMSG_RESIZE,  // 6
        
-       WNDMSG_MOUSEMOVE,
-       WNDMSG_MOUSEBTN,
-       WNDMSG_KEYDOWN,
-       WNDMSG_KEYFIRE,
-       WNDMSG_KEYUP,
+       WNDMSG_MOUSEMOVE,       // 7
+       WNDMSG_MOUSEBTN,        // 8
+       WNDMSG_KEYDOWN,         // 9
+       WNDMSG_KEYFIRE,         // 10
+       WNDMSG_KEYUP,           // 11
 
        WNDMSG_HOTKEY,
        

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