Add client freeze extension to _NET_WM_STATE Atom, allowing flag to

persist. As usual with new Atoms, requires X restart.
This commit is contained in:
okan
2015-08-21 16:30:02 +00:00
parent 05478f061e
commit 1d31f9000c
4 changed files with 14 additions and 2 deletions

View File

@@ -237,6 +237,8 @@ client_toggle_freeze(struct client_ctx *cc)
cc->flags &= ~CLIENT_FREEZE;
else
cc->flags |= CLIENT_FREEZE;
xu_ewmh_set_net_wm_state(cc);
}
void