This commit is contained in:
Kovid Goyal
2019-05-11 16:35:48 +05:30
parent 9b740849ed
commit a0f298ddb0

1
glfw/x11_window.c vendored
View File

@@ -1686,6 +1686,7 @@ static void processEvent(XEvent *event)
case DestroyNotify:
return;
}
#undef UPDATE_KEYMAP_IF_NEEDED
}