about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-05-19 23:38:20 +0000
committerokan <okan>2013-05-19 23:38:20 +0000
commit5b4c55616a58c058cb1f3f80c4e04a24b8e824a3 (patch)
treee4f2b1bad1a859085f63bb4e742b35aec4bba1d7 /calmwm.h
parente41c84c752c46b78c0996489e150515751ae8ac8 (diff)
downloadcwm-5b4c55616a58c058cb1f3f80c4e04a24b8e824a3.tar.gz
cwm-5b4c55616a58c058cb1f3f80c4e04a24b8e824a3.tar.xz
cwm-5b4c55616a58c058cb1f3f80c4e04a24b8e824a3.zip
move the 2 small font helper functions to xutil.c
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index a18f92f..b45e9df 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -444,10 +444,6 @@ 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 *,
-			     Drawable, int, int, int);
-int			 font_width(XftFont *, const char *, int);
-
 void			 xev_loop(void);
 
 void			 xu_btn_grab(Window, int, u_int);
@@ -466,6 +462,9 @@ void			 xu_ptr_setpos(Window, int, int);
 void			 xu_ptr_ungrab(void);
 void			 xu_sendmsg(Window, Atom, long);
 void			 xu_set_wm_state(Window win, int);
+void			 xu_xft_draw(struct screen_ctx *, const char *,
+			     Drawable, int, int, int);
+int			 xu_xft_width(XftFont *, const char *, int);
 void 			 xu_xorcolor(XftColor, XftColor, XftColor *);
 
 void			 xu_ewmh_net_supported(struct screen_ctx *);