X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_ext.h;h=7369f0f13ed48852d26730ef42713be4fbc32e1b;hb=9b943faa4f374b5a37b1bf6d544f826078cd361b;hp=2f7c922c6fa20c631830e491eb31254bf5e39b8f;hpb=3f68d4de19f676bd88600c0c6d281c6c0b6f10b0;p=freeglut diff --git a/include/GL/freeglut_ext.h b/include/GL/freeglut_ext.h index 2f7c922..7369f0f 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -40,6 +40,12 @@ #define GLUT_ACTION_CONTINUE_EXECUTION 2 /* + * Create a new rendering context when the user opens a new window? + */ +#define GLUT_CREATE_NEW_CONTEXT 0 +#define GLUT_USE_CURRENT_CONTEXT 1 + +/* * GLUT API Extension macro definitions -- the glutGet parameters */ #define GLUT_ACTION_ON_WINDOW_CLOSE 0x01F9 @@ -49,6 +55,8 @@ #define GLUT_VERSION 0x01FC +#define GLUT_RENDERING_CONTEXT 0x01FD + /* * Process loop function, see freeglut_main.c */