summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2016-09-28 17:06:33 +0000
committerokan <okan>2016-09-28 17:06:33 +0000
commit92b81d3df5d28e86e849a414eb9bc6cebe0c5f3f (patch)
treef8c45854c2b8b6666100b6aa602c80d582f0796a /calmwm.h
parentb32989d3793bf0247cd517bf232799f12b5652ab (diff)
downloadcwm-92b81d3df5d28e86e849a414eb9bc6cebe0c5f3f.tar.gz
cwm-92b81d3df5d28e86e849a414eb9bc6cebe0c5f3f.tar.xz
cwm-92b81d3df5d28e86e849a414eb9bc6cebe0c5f3f.zip
Inline Xft draw and extents wrappers; too much abstraction.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 44084ea..fd0b864 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -549,9 +549,6 @@ int			 xu_ptr_grab(Window, unsigned int, Cursor);
 int			 xu_ptr_regrab(unsigned int, Cursor);
 void			 xu_ptr_setpos(Window, int, int);
 void			 xu_ptr_ungrab(void);
-void			 xu_xft_draw(struct screen_ctx *, const char *,
-			     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 *);