1
0
Fork 0

Adding source/Platform/Unix/X11SharedDisplay.cpp

This commit is contained in:
Henrik Hautakoski 2019-12-24 21:31:08 +01:00
parent c35fd2e287
commit 389d75f3d8
3 changed files with 48 additions and 0 deletions

View file

@ -64,6 +64,7 @@ if TARGET_OS == "Win32" then
elseif TARGET_OS == "Unix" then
platform_spec_module = Module("source/Platform/Unix", {
"UnixApplication.cpp",
"X11SharedDisplay.cpp",
"X11Display.cpp",
"GLXContext.cpp",
"X11Input.cpp",