Mercurial > aewl
comparison main.c @ 446:a2e587651c79
using a global stack for focus recovery on arrange() - seems to work great
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 07 Sep 2006 17:53:40 +0200 |
parents | a6b8994af164 |
children | 4e3e22673073 |
comparison
equal
deleted
inserted
replaced
445:00584fe34361 | 446:a2e587651c79 |
---|---|
25 Bool running = True; | 25 Bool running = True; |
26 Bool issel = True; | 26 Bool issel = True; |
27 Bool maximized = False; | 27 Bool maximized = False; |
28 Client *clients = NULL; | 28 Client *clients = NULL; |
29 Client *sel = NULL; | 29 Client *sel = NULL; |
30 Client *stack = NULL; | |
30 Cursor cursor[CurLast]; | 31 Cursor cursor[CurLast]; |
31 Display *dpy; | 32 Display *dpy; |
32 DC dc = {0}; | 33 DC dc = {0}; |
33 Window root, barwin; | 34 Window root, barwin; |
34 | 35 |