protonscr

Steam should use _NET_WM_STATE for WM decoration state

steamopen reviewedSteam client
ValveSoftware/steam-for-linux#2496 · opened 2013-05-18 by magcius · updated 2019-07-18 · 0 comments · github
Mmagcius 2013-05-18 github

If you click and drag the Steam window, the decorations will behave as if the window was unfocused. This is probably because Steam sees a FocusOut event with NotifyGrabbed and assumed focus was stolen from it.

Instead of tracking focus state with FocusIn/FocusOut state, use the _NET_WM_STATE_FOCUSED part of _NET_WM_STATE if available.

Nothing extracted yet.