main.c
changeset 126 1489f6b97714
parent 123 61490330e90a
child 137 77922a389fa8
equal deleted inserted replaced
125:b4b8b4236599 126:1489f6b97714
    82 }
    82 }
    83 
    83 
    84 /* extern */
    84 /* extern */
    85 
    85 
    86 char stext[1024];
    86 char stext[1024];
       
    87 /* CUSTOMIZE */
    87 int tsel = Tdev; /* default tag */
    88 int tsel = Tdev; /* default tag */
       
    89 /* END CUSTOMIZE */
    88 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
    90 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
    89 Atom wmatom[WMLast], netatom[NetLast];
    91 Atom wmatom[WMLast], netatom[NetLast];
    90 Bool running = True;
    92 Bool running = True;
    91 Bool issel = True;
    93 Bool issel = True;
    92 Client *clients = NULL;
    94 Client *clients = NULL;