Fixed type for cached cursor coords.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 6fd396f766
commit ace0a8ef28
  1. 2
      src/win32_platform.h

@ -155,7 +155,7 @@ typedef struct _GLFWwindowWin32
GLboolean cursorCentered;
GLboolean cursorInside;
GLboolean cursorHidden;
int oldCursorX, oldCursorY;
double oldCursorX, oldCursorY;
} _GLFWwindowWin32;

Loading…
Cancel
Save