main.c
changeset 146 f328ce9c558c
parent 138 c1185dc7a36e
child 157 93012e947eae
equal deleted inserted replaced
145:774754477c35 146:f328ce9c558c
    83 }
    83 }
    84 
    84 
    85 /* extern */
    85 /* extern */
    86 
    86 
    87 char stext[1024];
    87 char stext[1024];
    88 /* CUSTOMIZE */
    88 int tsel = DEFTAG;
    89 int tsel = Tdev; /* default tag */
       
    90 /* END CUSTOMIZE */
       
    91 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
    89 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
    92 Atom wmatom[WMLast], netatom[NetLast];
    90 Atom wmatom[WMLast], netatom[NetLast];
    93 Bool running = True;
    91 Bool running = True;
    94 Bool issel = True;
    92 Bool issel = True;
    95 Client *clients = NULL;
    93 Client *clients = NULL;