replace conf_{gap,color,font} with conf_screen since really we are

configuring the screen *after* parsing, just as we do a conf_client on
client manage.
This commit is contained in:
okan
2013-05-11 21:46:27 +00:00
parent 9b9e95d742
commit 3a38686137
3 changed files with 8 additions and 20 deletions

View File

@@ -439,14 +439,12 @@ void conf_bindname(struct conf *, char *, char *);
void conf_clear(struct conf *);
void conf_client(struct client_ctx *);
void conf_cmd_add(struct conf *, char *, char *);
void conf_color(struct conf *, struct screen_ctx *);
void conf_font(struct conf *, struct screen_ctx *);
void conf_gap(struct conf *, struct screen_ctx *);
void conf_grab(struct conf *, struct keybinding *);
void conf_grab_mouse(struct client_ctx *);
void conf_init(struct conf *);
void conf_ignore(struct conf *, char *);
void conf_mousebind(struct conf *, char *, char *);
void conf_screen(struct screen_ctx *);
void conf_ungrab(struct conf *, struct keybinding *);
void font_draw(struct screen_ctx *, const char *, int,