Protecting some preprocessor symbols that are not defined in OpenGL-ES per e-mail...
[freeglut] / src / freeglut_main.c
index 3a6de78..058f462 100644 (file)
@@ -1735,7 +1735,7 @@ LRESULT CALLBACK fgWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam,
      * XXX WM_MOUSELEAVE code set it to false.  Then when we get a WM_MOUSEMOVE event,
      * XXX if the flag is false we invoke the Entry callback and set the flag to true.
      */
-    case 0x02a2:  /* This is the message we get when the mouse is leaving the window */
+    case 0x02a3:  /* This is the message we get when the mouse is leaving the window */
         if( window->IsMenu &&
             window->ActiveMenu && window->ActiveMenu->IsActive )
             fgUpdateMenuHighlight( window->ActiveMenu );