diff options
author | grbr404 <166065505+grbr404@users.noreply.github.com> | 2025-05-29 15:45:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 15:45:13 +0200 |
commit | 5218e9056f154bb3768869cbccc90d47cce217c5 (patch) | |
tree | 03198969dc6b546a5cb5727dbfc0743d43611d68 /source/application/StarMainApplication_sdl.cpp | |
parent | 55924a6b112435669458ddd1454f7ac691cb830e (diff) |
forgot #endif
Diffstat (limited to 'source/application/StarMainApplication_sdl.cpp')
-rw-r--r-- | source/application/StarMainApplication_sdl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/application/StarMainApplication_sdl.cpp b/source/application/StarMainApplication_sdl.cpp index 953d3d8..6149864 100644 --- a/source/application/StarMainApplication_sdl.cpp +++ b/source/application/StarMainApplication_sdl.cpp @@ -290,6 +290,7 @@ public: SDL_setenv("SDL_VIDEODRIVER", "x11", 1); Logger::info("Application: Using X11 window system"); } +#endif Logger::info("Application: Creating SDL Window"); m_sdlWindow = SDL_CreateWindow(m_windowTitle.utf8Ptr(), SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, |