main.c
changeset 446 a2e587651c79
parent 433 a6b8994af164
child 455 4e3e22673073
--- a/main.c	Thu Sep 07 09:26:01 2006 +0200
+++ b/main.c	Thu Sep 07 17:53:40 2006 +0200
@@ -27,6 +27,7 @@
 Bool maximized = False;
 Client *clients = NULL;
 Client *sel = NULL;
+Client *stack = NULL;
 Cursor cursor[CurLast];
 Display *dpy;
 DC dc = {0};