steamcompmgr: Mark focus dirty on root window resize

This commit is contained in:
Joshua Ashton 2022-02-06 23:27:49 +00:00 committed by Joshie
parent 4f25eefbad
commit bf119ee44b

View file

@ -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;
}