Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not imp
authorEric Sandall <sandalle@gmail.com>
Thu, 17 Jul 2003 20:21:23 +0000 (20:21 +0000)
committerEric Sandall <sandalle@gmail.com>
Thu, 17 Jul 2003 20:21:23 +0000 (20:21 +0000)
lemented yet

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@137 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
src/freeglut_state.c

index 1b05eb2..d7bcac5 100644 (file)
--- 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.
index 84b261e..c225cae 100644 (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:
         /*