Adding "SC_MONITORPOWER" and other new options to the "wParam" option list (e-mail from Ron Larkin, 3/17/08, 11:00 AM)
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@740 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
7736494329
commit
559a38709e
@ -2240,6 +2240,17 @@ LRESULT CALLBACK fgWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam,
|
|||||||
case SC_HOTKEY :
|
case SC_HOTKEY :
|
||||||
break ;
|
break ;
|
||||||
|
|
||||||
|
#if(WINVER >= 0x0400)
|
||||||
|
case SC_DEFAULT :
|
||||||
|
break ;
|
||||||
|
|
||||||
|
case SC_MONITORPOWER :
|
||||||
|
break ;
|
||||||
|
|
||||||
|
case SC_CONTEXTHELP :
|
||||||
|
break ;
|
||||||
|
#endif /* WINVER >= 0x0400 */
|
||||||
|
|
||||||
default:
|
default:
|
||||||
#if _DEBUG
|
#if _DEBUG
|
||||||
fgWarning( "Unknown wParam type 0x%x", wParam );
|
fgWarning( "Unknown wParam type 0x%x", wParam );
|
||||||
|
Reference in New Issue
Block a user