summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-11-28 14:14:44 +0000
committerokan <okan>2012-11-28 14:14:44 +0000
commitfad4798e5be4fb560c70c6f0e68aa576c28b85a4 (patch)
tree1d4c734eb259026f49d65a6fed9004b31f412ee2 /calmwm.h
parent93f64ffc55d29947614f234a5c6deddcbc2d4e81 (diff)
downloadcwm-fad4798e5be4fb560c70c6f0e68aa576c28b85a4.tar.gz
cwm-fad4798e5be4fb560c70c6f0e68aa576c28b85a4.tar.xz
cwm-fad4798e5be4fb560c70c6f0e68aa576c28b85a4.zip
replace hand rolled font_make() with XftFontOpenName() and merge into
font_init().
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 8c06db4..5085807 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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);