mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Wayland: Cleanup
This is only a semantic change. The values are the same.
This commit is contained in:
+1
-1
@@ -1701,7 +1701,7 @@ static void keyboardHandleKeymap(void* userData,
|
||||
keymap = xkb_keymap_new_from_string(_glfw.wl.xkb.context,
|
||||
mapStr,
|
||||
XKB_KEYMAP_FORMAT_TEXT_V1,
|
||||
0);
|
||||
XKB_KEYMAP_COMPILE_NO_FLAGS);
|
||||
munmap(mapStr, size);
|
||||
close(fd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user