XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
}
-void
-run(void *aux)
-{
- spawn(dpy, aux);
-}
-
void
quit(void *aux)
{
update_keys();
/* style */
- loadcolors(dpy, screen, &brush, BGCOLOR, FGCOLOR, BORDERCOLOR);
- loadfont(dpy, &brush.font, FONT);
+ loadcolors(screen, &brush, BGCOLOR, FGCOLOR, BORDERCOLOR);
+ loadfont(&brush.font, FONT);
th = texth(&brush.font);