aewl

diff 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
line diff
     1.1 --- a/main.c	Thu Sep 07 09:26:01 2006 +0200
     1.2 +++ b/main.c	Thu Sep 07 17:53:40 2006 +0200
     1.3 @@ -27,6 +27,7 @@
     1.4  Bool maximized = False;
     1.5  Client *clients = NULL;
     1.6  Client *sel = NULL;
     1.7 +Client *stack = NULL;
     1.8  Cursor cursor[CurLast];
     1.9  Display *dpy;
    1.10  DC dc = {0};