using a global stack for focus recovery on arrange() - seems to work great
This commit is contained in:
parent
7ab8c87281
commit
15abade272
4 changed files with 26 additions and 8 deletions
1
main.c
1
main.c
|
@ -27,6 +27,7 @@ Bool issel = True;
|
|||
Bool maximized = False;
|
||||
Client *clients = NULL;
|
||||
Client *sel = NULL;
|
||||
Client *stack = NULL;
|
||||
Cursor cursor[CurLast];
|
||||
Display *dpy;
|
||||
DC dc = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue