X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_ext.h;h=12f08252338a03099b50845d5eaad9d7137e0457;hb=2b1558eefd737cacdacf13a7b9d13a435a41a91a;hp=c0fddbf7625ef6316de4c7fa194ea9a879a7bfeb;hpb=1fd9514b5c5df8a4bf974787f26f6cc3dd84c1cc;p=freeglut diff --git a/include/GL/freeglut_ext.h b/include/GL/freeglut_ext.h index c0fddbf..12f0825 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -97,6 +97,7 @@ /* * Context-related flags, see freeglut_state.c + * Set the requested OpenGL version */ #define GLUT_INIT_MAJOR_VERSION 0x0200 #define GLUT_INIT_MINOR_VERSION 0x0201 @@ -127,6 +128,7 @@ FGAPI void FGAPIENTRY glutExit ( void ); * Window management functions, see freeglut_window.c */ FGAPI void FGAPIENTRY glutFullScreenToggle( void ); +FGAPI void FGAPIENTRY glutLeaveFullScreen( void ); /* * Window-specific callback functions, see freeglut_callbacks.c