This commit is contained in:
Camilla Berglund
2015-06-07 18:22:38 +02:00
parent 96b3f17d02
commit 5f74c2afdf
2 changed files with 29 additions and 31 deletions
+10 -10
View File
@@ -323,21 +323,21 @@ struct _GLFWcursor
struct _GLFWlibrary
{
struct {
_GLFWfbconfig framebuffer;
_GLFWwndconfig window;
_GLFWctxconfig context;
int refreshRate;
_GLFWfbconfig framebuffer;
_GLFWwndconfig window;
_GLFWctxconfig context;
int refreshRate;
} hints;
double cursorPosX, cursorPosY;
double cursorPosX, cursorPosY;
_GLFWcursor* cursorListHead;
_GLFWcursor* cursorListHead;
_GLFWwindow* windowListHead;
_GLFWwindow* focusedWindow;
_GLFWwindow* windowListHead;
_GLFWwindow* focusedWindow;
_GLFWmonitor** monitors;
int monitorCount;
_GLFWmonitor** monitors;
int monitorCount;
struct {
GLFWmonitorfun monitor;