main.c
changeset 237 7f8f7f14e9cd
parent 235 60e73ebaab27
child 242 cd15de32e173
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);