event.c
changeset 549 fd1061442711
parent 538 00ccae001069
child 550 787f6ae02f29
--- a/event.c	Fri Oct 27 12:05:47 2006 +0200
+++ b/event.c	Fri Oct 27 13:28:26 2006 +0200
@@ -136,7 +136,7 @@
 		}
 		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);
 		}