aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c
diff options
context:
space:
mode:
authorokan2015-08-21 16:14:39 +0000
committerokan2015-08-21 16:14:39 +0000
commitf3edb2ab40249e2299784710b24d4037b81e5a88 (patch)
treee81d4e572d60c9ffd19f923a86b256eb45cd6ad3 /kbfunc.c
parent8f9cade79c80625750ce285f4715c52c9e646f72 (diff)
downloadcwm-f3edb2ab40249e2299784710b24d4037b81e5a88.tar.gz
_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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfunc.c b/kbfunc.c
index a259d00..e243ab4 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: kbfunc.c,v 1.114 2015/08/21 16:05:55 okan Exp $
+ * $OpenBSD: kbfunc.c,v 1.115 2015/08/21 16:14:39 okan Exp $
*/
#include <sys/types.h>
@@ -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;