X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2Finclude%2Fwm_messages.h;h=1cc7697ab54d6b4f89b2c6c3ed2f8014a92dc0d3;hb=d9b454656314400cf673ac7cb2923ac0f2bbd676;hp=2308c284bb72dc9c425c47e047eef71f78b1788c;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;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 2308c284..1cc7697a 100644 --- a/Usermode/Applications/axwin3_src/include/wm_messages.h +++ b/Usermode/Applications/axwin3_src/include/wm_messages.h @@ -13,20 +13,21 @@ */ enum eWM_WindowMessages { - WNDMSG_NULL, + WNDMSG_NULL, // 0 - WNDMSG_CREATE, - WNDMSG_DESTROY, - 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,