X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=main.c;h=5e7b4a63601f78978402ba04aae566eb4e36de23;hb=6ff346bed992971f508102b5f0b9cf34038a2c08;hp=daeaa0aa5ff448d924fcd6063809c9608d6026da;hpb=f18ed615ae7beb9eb6420510c83beb847d875bcb;p=dwm.git diff --git a/main.c b/main.c index daeaa0a..5e7b4a6 100644 --- a/main.c +++ b/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};