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