Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not imp

lemented yet


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@137 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
sandalle 2003-07-17 20:21:23 +00:00
parent 67aeb140b1
commit 30898f9e8e
2 changed files with 7 additions and 1 deletions

View File

@ -216,3 +216,9 @@ October 24, 2002:
*******************************************************************************************
(88) Removed unused char *ptr from freeglut_misc.c
*******************************************************************************************
* Changes on 17 July 2003
*******************************************************************************************
(89) Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not implemented yet.

View File

@ -659,7 +659,7 @@ int FGAPIENTRY glutLayerGet( GLenum eWhat )
/*
* Check if an overlay display mode is possible
*/
return( fgSetupPixelFormat( fgStructure.Window, TRUE, PFD_OVERLAY_PLANE ) );
return FALSE;
case GLUT_LAYER_IN_USE:
/*