summaryrefslogtreecommitdiffstats
path: root/platform/x11/SCsub
diff options
context:
space:
mode:
authorJuan Linietsky <juan@godotengine.org>2020-03-01 19:14:37 -0300
committerJuan Linietsky <reduzio@gmail.com>2020-03-26 15:49:32 +0100
commit4396e98834f159da59ec790f2ff64fb65dacd9ce (patch)
treed618e96d7a7b856260fd96e5e727f38a26de0724 /platform/x11/SCsub
parenta2da99f40cf2123c0906c734a2eb01e9b65a45a2 (diff)
downloadredot-engine-4396e98834f159da59ec790f2ff64fb65dacd9ce.tar.gz
Refactored Input, create DisplayServer and DisplayServerX11
Diffstat (limited to 'platform/x11/SCsub')
-rw-r--r--platform/x11/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/SCsub b/platform/x11/SCsub
index 2268e4cc3d..ff4e667b87 100644
--- a/platform/x11/SCsub
+++ b/platform/x11/SCsub
@@ -11,6 +11,7 @@ common_x11 = [
"crash_handler_x11.cpp",
"os_x11.cpp",
"key_mapping_x11.cpp",
+ "display_server_x11.cpp",
"joypad_linux.cpp",
"detect_prime.cpp"
]