From 0f395c1b115280a0976a85940c714152d8a58dac Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Fri, 27 Oct 2006 13:28:26 +0200 Subject: applied sanders try2 patch --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'event.c') diff --git a/event.c b/event.c index 42a6fc0..0e98f0f 100644 --- a/event.c +++ b/event.c @@ -136,7 +136,7 @@ buttonpress(XEvent *e) { } else if(ev->button == Button2) zoom(NULL); - else if(ev->button == Button3 && (arrange == dofloat || c->isfloat)) { + else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && !c->isfixed) { restack(); resizemouse(c); } -- cgit v1.2.3