diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-09-04 08:55:49 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-09-04 08:55:49 +0200 |
commit | 26157e6973f240a9b5ee407b9d2d5eca9358844f (patch) | |
tree | 540e8c0d6b646782dc0a9fde26c3af6109103241 /main.c | |
parent | 6d22782e8f991a99f9adef56b2b729e5ab5454d2 (diff) | |
download | dwm-26157e6973f240a9b5ee407b9d2d5eca9358844f.tar.gz |
applied Sanders max_and_focus.patch
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c index 5dab0db..9856354 100644 --- a/main.c +++ b/main.c @@ -24,6 +24,7 @@ unsigned int ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; Bool issel = True; +Bool maximized = False; Client *clients = NULL; Client *sel = NULL; Cursor cursor[CurLast]; |