comparison main.c @ 146:f328ce9c558c

centralized/externalized configuration to config.h
author arg@10ksloc.org
date Tue, 01 Aug 2006 13:59:13 +0200
parents c1185dc7a36e
children 93012e947eae
comparison
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;