Added GLFW_DOUBLEBUFFER.

This commit is contained in:
Camilla Berglund
2014-04-24 19:21:10 +02:00
parent 281013002d
commit c9808586b3
10 changed files with 61 additions and 23 deletions
+2
View File
@@ -200,6 +200,7 @@ struct _GLFWfbconfig
int stereo;
int samples;
int sRGB;
int doublebuffer;
// This is defined in the context API's context.h
_GLFW_PLATFORM_FBCONFIG;
@@ -325,6 +326,7 @@ struct _GLFWlibrary
int samples;
int sRGB;
int refreshRate;
int doublebuffer;
int api;
int major;
int minor;