From e07af54520be59dccb2273da69891fc0840fce1d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 2 Jan 2008 17:17:34 +0100 Subject: [PATCH] fixed windows can be moved --- mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouse.c b/mouse.c index 18cd9368e..5fd721826 100644 --- a/mouse.c +++ b/mouse.c @@ -51,7 +51,7 @@ uicb_client_movemouse(int screen, char *arg __attribute__ ((unused))) Client *c = globalconf.focus->client; Tag **curtags = get_current_tags(screen); - if(!c || (c && c->isfixed)) + if(!c) return; if((curtags[0]->layout->arrange != layout_floating)