small addition to debug msg handy for testing
authorDiederick Niehorster <dcnieho@gmail.com>
Fri, 20 Jul 2012 08:07:52 +0000 (08:07 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Fri, 20 Jul 2012 08:07:52 +0000 (08:07 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1350 7f0cb862-5218-0410-a997-914c9d46530a

src/mswin/fg_main_mswin.c

index c777b46..fea1505 100644 (file)
@@ -493,7 +493,7 @@ LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam,
         break;
 
     case WM_KILLFOCUS:
-/*        printf("WM_KILLFOCUS: %p\n", window ); */
+/*        printf("WM_KILLFOCUS (ismenu: %i): %p\n", window->IsMenu, window ); */
         lRet = DefWindowProc( hWnd, uMsg, wParam, lParam );
         INVOKE_WCB( *window, Entry, ( GLUT_LEFT ) );