aewl

diff event.c @ 549:fd1061442711

applied sanders try2 patch
author arg@mig29
date Fri, 27 Oct 2006 13:28:26 +0200
parents 00ccae001069
children 787f6ae02f29
line diff
     1.1 --- a/event.c	Fri Oct 27 12:05:47 2006 +0200
     1.2 +++ b/event.c	Fri Oct 27 13:28:26 2006 +0200
     1.3 @@ -136,7 +136,7 @@
     1.4  		}
     1.5  		else if(ev->button == Button2)
     1.6  			zoom(NULL);
     1.7 -		else if(ev->button == Button3 && (arrange == dofloat || c->isfloat)) {
     1.8 +		else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && !c->isfixed) {
     1.9  			restack();
    1.10  			resizemouse(c);
    1.11  		}