1
0
Fork 0

Unix: Adding FindMode() XRandR helper function.

This commit is contained in:
Henrik Hautakoski 2023-08-02 05:21:35 +02:00
parent 624871486f
commit 186a6e0f14
3 changed files with 53 additions and 0 deletions

View file

@ -118,6 +118,7 @@ set(ENGINE_PLATFORM_UNIX_SRC
# X11
source/Platform/Unix/Xlib.cpp
source/Platform/Unix/XRandR.cpp
source/Platform/Unix/X11Display.cpp
source/Platform/Unix/X11Input.cpp
source/Platform/Unix/X11Keyboard.cpp