1 parent df647a7 commit b6e2f5bCopy full SHA for b6e2f5b
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