replace hand rolled font_make() with XftFontOpenName() and merge into

font_init().
This commit is contained in:
okan
2012-11-28 14:14:44 +00:00
parent 93f64ffc55
commit fad4798e5b
3 changed files with 8 additions and 23 deletions

View File

@@ -446,9 +446,9 @@ int font_descent(struct screen_ctx *);
void font_draw(struct screen_ctx *, const char *, int,
Drawable, int, int);
u_int font_height(struct screen_ctx *);
void font_init(struct screen_ctx *, const char *);
void font_init(struct screen_ctx *, const char *,
const char *);
int font_width(struct screen_ctx *, const char *, int);
XftFont *font_make(struct screen_ctx *, const char *);
void xev_loop(void);