event.c
changeset 550 787f6ae02f29
parent 549 fd1061442711
child 551 798b906378d6
equal deleted inserted replaced
549:fd1061442711 550:787f6ae02f29
   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) && !c->isfixed) {
   139 		else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) &&
       
   140 				!c->isfixed) {
   140 			restack();
   141 			restack();
   141 			resizemouse(c);
   142 			resizemouse(c);
   142 		}
   143 		}
   143 	}
   144 	}
   144 }
   145 }