some more refactoring
This commit is contained in:
parent
5cc27f1b3c
commit
5d9146ff37
2 changed files with 5 additions and 5 deletions
6
tile.c
6
tile.c
|
@ -3,15 +3,17 @@
|
|||
*/
|
||||
#include "dwm.h"
|
||||
|
||||
unsigned int master = MASTER;
|
||||
unsigned int nmaster = NMASTER;
|
||||
|
||||
/* static */
|
||||
|
||||
static void
|
||||
togglemax(Client *c) {
|
||||
XEvent ev;
|
||||
|
||||
|
||||
if(c->isfixed)
|
||||
return;
|
||||
|
||||
if((c->ismax = !c->ismax)) {
|
||||
c->rx = c->x;
|
||||
c->ry = c->y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue