equal
deleted
inserted
replaced
340 togglefloating(NULL); |
340 togglefloating(NULL); |
341 else |
341 else |
342 restack(); |
342 restack(); |
343 movemouse(c); |
343 movemouse(c); |
344 } |
344 } |
345 else if(ev->button == Button2) |
345 else if(ev->button == Button2) { |
346 zoom(NULL); |
346 if(isarrange(tile) && !c->isfixed && c->isfloating) |
|
347 togglefloating(NULL); |
|
348 else |
|
349 zoom(NULL); |
|
350 } |
347 else if(ev->button == Button3 && !c->isfixed) { |
351 else if(ev->button == Button3 && !c->isfixed) { |
348 if(!isarrange(floating) && !c->isfloating) |
352 if(!isarrange(floating) && !c->isfloating) |
349 togglefloating(NULL); |
353 togglefloating(NULL); |
350 else |
354 else |
351 restack(); |
355 restack(); |