new stuff (some warning elimination)
This commit is contained in:
10
wm.c
10
wm.c
@ -173,12 +173,6 @@ cleanup()
|
||||
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
|
||||
}
|
||||
|
||||
void
|
||||
run(void *aux)
|
||||
{
|
||||
spawn(dpy, aux);
|
||||
}
|
||||
|
||||
void
|
||||
quit(void *aux)
|
||||
{
|
||||
@ -250,8 +244,8 @@ main(int argc, char *argv[])
|
||||
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);
|
||||
|
||||
|
Reference in New Issue
Block a user