fixed windows can be moved

This commit is contained in:
Julien Danjou 2008-01-02 17:17:34 +01:00
parent 5d9ef8b5d5
commit e07af54520
1 changed files with 1 additions and 1 deletions

View File

@ -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)