comparison event.c @ 549:fd1061442711

applied sanders try2 patch
author arg@mig29
date Fri, 27 Oct 2006 13:28:26 +0200
parents 00ccae001069
children 787f6ae02f29
comparison
equal deleted inserted replaced
548:3d23384eb5ab 549:fd1061442711
134 restack(); 134 restack();
135 movemouse(c); 135 movemouse(c);
136 } 136 }
137 else if(ev->button == Button2) 137 else if(ev->button == Button2)
138 zoom(NULL); 138 zoom(NULL);
139 else if(ev->button == Button3 && (arrange == dofloat || c->isfloat)) { 139 else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && !c->isfixed) {
140 restack(); 140 restack();
141 resizemouse(c); 141 resizemouse(c);
142 } 142 }
143 } 143 }
144 } 144 }