Fix client tab with free client and mouse (middle click titlebar)

This commit is contained in:
Martin Duquesnoy 2012-01-29 04:43:42 +01:00
parent 63aaa48957
commit 1b31caac9e

View File

@ -165,7 +165,7 @@ mouse_move(struct client *c, void (*func)(struct client*, struct client*))
if(ev.type != MotionNotify)
continue;
if(c->flags & CLIENT_FREE)
if(!func && c->flags & CLIENT_FREE)
{
_REV_SBORDER(c);