now that mouse capture was properly implemented, menus could be opened
authorDiederick Niehorster <dcnieho@gmail.com>
Wed, 27 Feb 2013 11:36:14 +0000 (11:36 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Wed, 27 Feb 2013 11:36:14 +0000 (11:36 +0000)
commitc21722a39780abcd692cb01978fbf57fc7d06a45
tree9e2b5f2476a2e01f779d156369542d4b04d20476
parent2a3de201be57b04bff0a26a7607bc1d6fef2ea88
now that mouse capture was properly implemented, menus could be opened
outside the window when the window had capture because another mouse
button was depressed. fixed
Also implemented WM_CANCELMODE, which could be important as we should
cancel capture when it comes in

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1526 7f0cb862-5218-0410-a997-914c9d46530a
src/fg_menu.c
src/mswin/fg_main_mswin.c