mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
x11: Move KeySym to unicode converter out of x11 backend
To be used by the Wayland backend.
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ elseif (_GLFW_X11)
|
||||
set(glfw_HEADERS ${common_HEADERS} x11_platform.h linux_joystick.h
|
||||
posix_time.h posix_tls.h)
|
||||
set(glfw_SOURCES ${common_SOURCES} x11_clipboard.c x11_gamma.c x11_init.c
|
||||
x11_monitor.c x11_window.c x11_unicode.c linux_joystick.c
|
||||
posix_time.c posix_tls.c)
|
||||
x11_monitor.c x11_window.c xkb_unicode.c xkb_unicode.h
|
||||
linux_joystick.c posix_time.c posix_tls.c)
|
||||
elseif (_GLFW_WAYLAND)
|
||||
set(glfw_HEADERS ${common_HEADERS} wl_platform.h linux_joystick.h
|
||||
posix_time.h posix_tls.h)
|
||||
|
||||
Reference in New Issue
Block a user