main.c
changeset 400 052657ff2e7b
parent 362 ba6c55e1b9b2
child 433 a6b8994af164
equal deleted inserted replaced
399:74739798b0b2 400:052657ff2e7b
    22 int bx, by, bw, bh, bmw, mw, screen, sx, sy, sw, sh;
    22 int bx, by, bw, bh, bmw, mw, screen, sx, sy, sw, sh;
    23 unsigned int ntags, numlockmask;
    23 unsigned int ntags, numlockmask;
    24 Atom wmatom[WMLast], netatom[NetLast];
    24 Atom wmatom[WMLast], netatom[NetLast];
    25 Bool running = True;
    25 Bool running = True;
    26 Bool issel = True;
    26 Bool issel = True;
       
    27 Bool maximized = False;
    27 Client *clients = NULL;
    28 Client *clients = NULL;
    28 Client *sel = NULL;
    29 Client *sel = NULL;
    29 Cursor cursor[CurLast];
    30 Cursor cursor[CurLast];
    30 Display *dpy;
    31 Display *dpy;
    31 DC dc = {0};
    32 DC dc = {0};