move the rest of xft init into screen_conf, since most of it is based on

config parameters.
This commit is contained in:
okan
2013-05-19 23:16:29 +00:00
parent dac00a232f
commit e41c84c752
3 changed files with 8 additions and 15 deletions

View File

@@ -446,7 +446,6 @@ void conf_ungrab(struct conf *, struct keybinding *);
void font_draw(struct screen_ctx *, const char *,
Drawable, int, int, int);
void font_init(struct screen_ctx *, const char *);
int font_width(XftFont *, const char *, int);
void xev_loop(void);