summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2013-05-19 23:38:22 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2013-05-19 23:38:22 +0000
commitee6b0471d5ca86111e60a944e9f80f0c579721fb (patch)
tree7f77f6167c23753175892f1b0a88244155e00df0 /app/cwm/calmwm.h
parent2291a00b932fdcd8ee8a729c319e4a38b4caf561 (diff)
move the 2 small font helper functions to xutil.c
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r--app/cwm/calmwm.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h
index 529d46307..5de748a61 100644
--- a/app/cwm/calmwm.h
+++ b/app/cwm/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.204 2013/05/19 23:16:29 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.205 2013/05/19 23:38:21 okan Exp $
*/
#ifndef _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 *);