Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
patched resizemouse according to sanders remark
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
c6e67e9
..
b3c753e
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-24,7
+24,6
@@
unsigned int ntags, numlockmask;
Atom wmatom[WMLast], netatom[NetLast];
Bool running = True;
Bool issel = True;
-Bool maximized = False;
Client *clients = NULL;
Client *sel = NULL;
Client *stack = NULL;