When receiving WM_SETFOCUS, check if its child window that should
authorDiederick Niehorster <dcnieho@gmail.com>
Mon, 23 Jul 2012 07:00:14 +0000 (07:00 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Mon, 23 Jul 2012 07:00:14 +0000 (07:00 +0000)
commit3a423ad871d823ee0707057c22b4ef90fd66e1aa
tree78d0f4406ded6325c0a4345415b4b0b44c9f055d
parent39e6bd8f1a64627db129f36ed8f98630b2de2729
When receiving WM_SETFOCUS, check if its child window that should
actually get focus
That fixes corner case issue with menus in main and child windows being
open at the same time

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