Mercurial > dwm-meillo
comparison main.c @ 235:60e73ebaab27
removed unnecessary border color
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Thu, 10 Aug 2006 10:27:08 +0200 |
parents | b92bbc2487c9 |
children | 7f8f7f14e9cd |
comparison
equal
deleted
inserted
replaced
234:10a8c83e18d8 | 235:60e73ebaab27 |
---|---|
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); | |
221 setfont(FONT); | 220 setfont(FONT); |
222 | 221 |
223 sx = sy = 0; | 222 sx = sy = 0; |
224 sw = DisplayWidth(dpy, screen); | 223 sw = DisplayWidth(dpy, screen); |
225 sh = DisplayHeight(dpy, screen); | 224 sh = DisplayHeight(dpy, screen); |