steamcompmgr: fix copy paste error

This commit is contained in:
Pierre-Loup A. Griffais 2021-06-29 19:06:10 -07:00
parent 88596b9645
commit f7e1cb2e2e

View file

@ -1577,7 +1577,7 @@ found:
/* Some games (e.g. DOOM Eternal) don't react well to being put back as
* iconic, so never do that. Only take them out of iconic. */
uint32_t wmState[] = { ICCCM_NORMAL_STATE, None };
XChangeProperty(dpy, w->id, WMStateAtom, WMStateAtom, 32,
XChangeProperty(dpy, focus->id, WMStateAtom, WMStateAtom, 32,
PropModeReplace, (unsigned char *)wmState,
sizeof(wmState) / sizeof(wmState[0]));