Undecorated window support on win/mac/linux.

This commit is contained in:
NathanSweet
2013-04-08 03:07:52 +02:00
committed by Camilla Berglund
parent 2f7cad5765
commit 8e2e7b37a1
6 changed files with 55 additions and 9 deletions
+3
View File
@@ -145,6 +145,7 @@ struct _GLFWhints
int auxBuffers;
GLboolean stereo;
GLboolean resizable;
GLboolean undecorated;
GLboolean visible;
int samples;
GLboolean sRGB;
@@ -170,6 +171,7 @@ struct _GLFWwndconfig
int height;
const char* title;
GLboolean resizable;
GLboolean undecorated;
GLboolean visible;
int clientAPI;
int glMajor;
@@ -216,6 +218,7 @@ struct _GLFWwindow
// Window settings and state
GLboolean iconified;
GLboolean resizable;
GLboolean undecorated;
GLboolean visible;
GLboolean closed;
void* userPointer;