X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2Finclude%2Fwm_messages.h;fp=Usermode%2FApplications%2Faxwin3_src%2Finclude%2Fwm_messages.h;h=1cc7697ab54d6b4f89b2c6c3ed2f8014a92dc0d3;hb=6397a743456a11e9c38b7e2cf46f41b2b7083365;hp=a0c49198012f8829fca9f06a053feec0cdd596de;hpb=d4d9eb77882b7c894fad927e9d4237d90e5b258c;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/include/wm_messages.h b/Usermode/Applications/axwin3_src/include/wm_messages.h index a0c49198..1cc7697a 100644 --- a/Usermode/Applications/axwin3_src/include/wm_messages.h +++ b/Usermode/Applications/axwin3_src/include/wm_messages.h @@ -13,21 +13,21 @@ */ 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, // 4 Called on change + WNDMSG_SHOW, // 5 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,