From d82738b03ca039f6f45e68c9e2b74b8a27427d6e Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Fri, 18 Feb 2022 16:01:46 +0100 Subject: [PATCH] mangoapp: use GAMESCOPE_FOCUSED_APP_GFX instead --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index daefa41..e20af2b 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -40,7 +40,7 @@ std::vector gamescope_debug_app {}; static unsigned int get_prop(){ Display *x11_display = glfwGetX11Display(); - Atom gamescope_focused = XInternAtom(x11_display, "GAMESCOPE_FOCUSED_APP", true); + Atom gamescope_focused = XInternAtom(x11_display, "GAMESCOPE_FOCUSED_APP_GFX", true); auto scr = DefaultScreen(x11_display); auto root = RootWindow(x11_display, scr); Atom actual;