diff options
| author | Anselm R. Garbe <[email protected]> | 2006-09-04 08:55:49 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2006-09-04 08:55:49 +0200 |
| commit | 26157e6973f240a9b5ee407b9d2d5eca9358844f (patch) | |
| tree | 540e8c0d6b646782dc0a9fde26c3af6109103241 /main.c | |
| parent | simplified buttonpress (diff) | |
| download | seiwm-26157e6973f240a9b5ee407b9d2d5eca9358844f.tar.xz seiwm-26157e6973f240a9b5ee407b9d2d5eca9358844f.zip | |
applied Sanders max_and_focus.patch
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]; |