From: Eric Sandall Date: Thu, 17 Jul 2003 20:21:23 +0000 (+0000) Subject: Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not imp X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=244417cf0e67e55547c077f771513e67f362a8c3;hp=a34314d2e789de4c95184d1cc74cb3f01a041b20;p=freeglut Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not imp lemented yet git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@137 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/ChangeLog b/ChangeLog index 1b05eb2..d7bcac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/freeglut_state.c b/src/freeglut_state.c index 84b261e..c225cae 100644 --- a/src/freeglut_state.c +++ b/src/freeglut_state.c @@ -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: /*