event.c
changeset 549 fd1061442711
parent 538 00ccae001069
child 550 787f6ae02f29
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 }