Prefer SDL X11 video driver on Linux for ImGui viewport support.

This commit is contained in:
2025-09-20 15:28:08 +02:00
parent 66668959d3
commit 917309e99c
3 changed files with 33 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ protected:
virtual void initMemoryFS();
virtual void handleMessage(const Message& message);
virtual void handleSDLEvent(const SDL_Event& event);
virtual void handleSDLError(const char* message);
void msgInfo(const char* text)
{