main.c
changeset 740 1cb9ae0a0104
parent 739 7834ffd650d5
child 744 628c5bac7f3b
equal deleted inserted replaced
739:7834ffd650d5 740:1cb9ae0a0104
    16 #include <X11/Xproto.h>
    16 #include <X11/Xproto.h>
    17 
    17 
    18 /* extern */
    18 /* extern */
    19 
    19 
    20 char stext[256];
    20 char stext[256];
    21 Bool *seltag;
       
    22 int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah;
    21 int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah;
    23 unsigned int master, nmaster, ntags, numlockmask;
    22 unsigned int master, nmaster, ntags, numlockmask;
    24 Atom wmatom[WMLast], netatom[NetLast];
    23 Atom wmatom[WMLast], netatom[NetLast];
    25 Bool running = True;
    24 Bool running = True;
       
    25 Bool *seltag;
    26 Bool selscreen = True;
    26 Bool selscreen = True;
    27 Client *clients = NULL;
    27 Client *clients = NULL;
    28 Client *sel = NULL;
    28 Client *sel = NULL;
    29 Client *stack = NULL;
    29 Client *stack = NULL;
    30 Cursor cursor[CurLast];
    30 Cursor cursor[CurLast];