main.c
changeset 446 a2e587651c79
parent 433 a6b8994af164
child 455 4e3e22673073
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