x11: Move KeySym to unicode converter out of x11 backend

To be used by the Wayland backend.
This commit is contained in:
Jonas Ådahl
2014-06-29 23:01:11 +02:00
parent 819e148510
commit 2f71bfc152
4 changed files with 38 additions and 7 deletions
+2 -2
View File
@@ -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)