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:
parent
a8ab2ae562
commit
2f1b14fb21
@ -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 ) );
|
||||
|
||||
|
Reference in New Issue
Block a user