From bf119ee44bd52cae81fc71cd28b55682dc83f96e Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sun, 6 Feb 2022 23:27:49 +0000 Subject: [PATCH] steamcompmgr: Mark focus dirty on root window resize --- src/steamcompmgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 92cc7d4..429efb5 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -3001,6 +3001,7 @@ configure_win(xwayland_ctx_t *ctx, XConfigureEvent *ce) { ctx->root_width = ce->width; ctx->root_height = ce->height; + focusDirty = true; } return; }