From 26ff639f250a31353bf0b10386311f209f11c0d3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 5 Jan 2025 18:04:36 +0100 Subject: Comment --- src/Overlay.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Overlay.cpp b/src/Overlay.cpp index 204f95e..cd8f632 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -827,6 +827,8 @@ namespace gsr { window_create_params.override_redirect = prevent_game_minimizing; window_create_params.background_color = bg_color; window_create_params.support_alpha = true; + // MGL_WINDOW_TYPE_DIALOG is needed for kde plasma wayland in some cases, otherwise the window will pop up on another activity + // or may not be visible at all window_create_params.window_type = MGL_WINDOW_TYPE_DIALOG; window_create_params.render_api = MGL_RENDER_API_EGL; -- cgit v1.2.3