comparison main.c @ 237:7f8f7f14e9cd

readded border color, this sucks least
author Anselm R.Garbe <arg@10ksloc.org>
date Thu, 10 Aug 2006 11:12:15 +0200
parents 60e73ebaab27
children cd15de32e173
comparison
equal deleted inserted replaced
236:ebecb98a1c29 237:7f8f7f14e9cd
215 for(ntags = 0; tags[ntags]; ntags++); 215 for(ntags = 0; tags[ntags]; ntags++);
216 216
217 /* style */ 217 /* style */
218 dc.bg = getcolor(BGCOLOR); 218 dc.bg = getcolor(BGCOLOR);
219 dc.fg = getcolor(FGCOLOR); 219 dc.fg = getcolor(FGCOLOR);
220 dc.border = getcolor(BORDERCOLOR);
220 setfont(FONT); 221 setfont(FONT);
221 222
222 sx = sy = 0; 223 sx = sy = 0;
223 sw = DisplayWidth(dpy, screen); 224 sw = DisplayWidth(dpy, screen);
224 sh = DisplayHeight(dpy, screen); 225 sh = DisplayHeight(dpy, screen);