This commit is contained in:
Camilla Berglund
2016-08-10 15:00:44 +02:00
parent ada1fdc14d
commit 067d1d6935
2 changed files with 6 additions and 8 deletions
+2 -4
View File
@@ -123,10 +123,8 @@ typedef struct _GLFWwindowX11
int warpCursorPosX, warpCursorPosY;
// The information from the last KeyPress event
struct {
unsigned int keycode;
Time time;
} last;
unsigned int lastKeyCode;
Time lastKeyTime;
} _GLFWwindowX11;