This commit is contained in:
Kovid Goyal 2019-05-11 16:35:48 +05:30
parent 9b740849ed
commit a0f298ddb0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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
}