summary refs log tree commit diff
path: root/kbfunc.c
diff options
context:
space:
mode:
authorokan <okan>2015-08-21 16:14:39 +0000
committerokan <okan>2015-08-21 16:14:39 +0000
commit05478f061e0b934a0d7d729f0e8ea5755b167487 (patch)
tree5ee16db42e8d99a719892d80f19b7d77394b8b55 /kbfunc.c
parentc96fd247dd951cbbb5ea27a6be3f57f243e2d32a (diff)
downloadcwm-05478f061e0b934a0d7d729f0e8ea5755b167487.tar.gz
cwm-05478f061e0b934a0d7d729f0e8ea5755b167487.tar.xz
cwm-05478f061e0b934a0d7d729f0e8ea5755b167487.zip
_NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not
position and size; based on discussion with a few.
Diffstat (limited to 'kbfunc.c')
-rw-r--r--kbfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 31273e8..8ff230d 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -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;