Update glfw from upstream

This commit is contained in:
Kovid Goyal 2018-06-23 14:59:36 +05:30
parent b5bc466aef
commit 2491fafe98
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

2
glfw/wl_init.c vendored
View File

@ -164,7 +164,7 @@ static void pointerHandleMotion(void* data,
wl_fixed_t sy) wl_fixed_t sy)
{ {
_GLFWwindow* window = _glfw.wl.pointerFocus; _GLFWwindow* window = _glfw.wl.pointerFocus;
const char* cursorName; const char* cursorName = NULL;
if (!window) if (!window)
return; return;