1
0
Fork 0

Unix: Rename X11Display to X11Window and make it work again with Spectre/Window/Window

This commit is contained in:
Henrik Hautakoski 2023-08-22 10:06:19 +02:00
parent 96f6725428
commit 45d3bff620
9 changed files with 60 additions and 62 deletions

View file

@ -119,7 +119,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/X11Window.cpp
source/Platform/Unix/X11Input.cpp
source/Platform/Unix/X11Keyboard.cpp
source/Platform/Unix/X11Mouse.cpp