1 parent f037ed9 commit 41a7e75Copy full SHA for 41a7e75
1 file changed
src/main.cpp
@@ -106,6 +106,7 @@ AegisubApp::AegisubApp() {
106
wxString wayland_display = wxGetenv("WAYLAND_DISPLAY");
107
108
if (xdg_session_type == "wayland" || wayland_display.Contains("wayland")) {
109
+ printf("Warning: Running on Wayland, but wxWidgets is not compiled with EGL support. Falling back to X11.\n");
110
wxSetEnv("GDK_BACKEND", "x11");
111
}
112
#endif
0 commit comments