_NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not

position and size; based on discussion with a few.
This commit is contained in:
okan
2015-08-21 16:14:39 +00:00
parent c96fd247dd
commit 05478f061e
3 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,7 @@ kbfunc_client_moveresize(struct client_ctx *cc, union arg *arg)
int x, y, flags, amt;
unsigned int mx, my;
if (cc->flags & (CLIENT_FREEZE|CLIENT_STICKY))
if (cc->flags & CLIENT_FREEZE)
return;
mx = my = 0;