commit | c9f4dedd96ea954e88f09c81fda8ed7d912ba09b | [log] [tgz] |
---|---|---|
author | m@bitsnbites.eu <m@bitsnbites.eu> | Sun Oct 28 00:23:28 2012 +0200 |
committer | m <m@bitsnbites.eu> | Sat Nov 10 22:19:55 2012 +0100 |
tree | a883732fae56e09f37e04b7953edabb53554ad75 | |
parent | 2b4c556cd0c9db2f074e98da90080b53f613a98a [diff] [blame] |
Introduced window positioning hints and window position properties
diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 87ba942..69fe6bf 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h
@@ -413,6 +413,8 @@ #define GLFW_OPENGL_ROBUSTNESS 0x00022006 #define GLFW_RESIZABLE 0x00022007 #define GLFW_VISIBLE 0x00022008 +#define GLFW_POSITION_X 0x00022009 +#define GLFW_POSITION_Y 0x0002200A /* GLFW_CLIENT_API tokens */ #define GLFW_OPENGL_API 0x00000001