Fix client tab with free client and mouse (middle click titlebar)
This commit is contained in:
parent
63aaa48957
commit
1b31caac9e
@ -165,7 +165,7 @@ mouse_move(struct client *c, void (*func)(struct client*, struct client*))
|
|||||||
if(ev.type != MotionNotify)
|
if(ev.type != MotionNotify)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if(c->flags & CLIENT_FREE)
|
if(!func && c->flags & CLIENT_FREE)
|
||||||
{
|
{
|
||||||
_REV_SBORDER(c);
|
_REV_SBORDER(c);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user