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:
parent
67aeb140b1
commit
30898f9e8e
@ -216,3 +216,9 @@ October 24, 2002:
|
|||||||
*******************************************************************************************
|
*******************************************************************************************
|
||||||
|
|
||||||
(88) Removed unused char *ptr from freeglut_misc.c
|
(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.
|
||||||
|
@ -659,7 +659,7 @@ int FGAPIENTRY glutLayerGet( GLenum eWhat )
|
|||||||
/*
|
/*
|
||||||
* Check if an overlay display mode is possible
|
* Check if an overlay display mode is possible
|
||||||
*/
|
*/
|
||||||
return( fgSetupPixelFormat( fgStructure.Window, TRUE, PFD_OVERLAY_PLANE ) );
|
return FALSE;
|
||||||
|
|
||||||
case GLUT_LAYER_IN_USE:
|
case GLUT_LAYER_IN_USE:
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user