small addition to debug msg handy for testing

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1350 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-07-20 08:07:52 +00:00
parent a8ab2ae562
commit 2f1b14fb21

View File

@ -493,7 +493,7 @@ LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam,
break; break;
case WM_KILLFOCUS: 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 ); lRet = DefWindowProc( hWnd, uMsg, wParam, lParam );
INVOKE_WCB( *window, Entry, ( GLUT_LEFT ) ); INVOKE_WCB( *window, Entry, ( GLUT_LEFT ) );