applied Sanders max_and_focus.patch

This commit is contained in:
Anselm R. Garbe
2006-09-04 08:55:49 +02:00
parent 6d22782e8f
commit 26157e6973
5 changed files with 49 additions and 45 deletions

1
main.c
View File

@ -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];