Inline Xft draw and extents wrappers; too much abstraction.

This commit is contained in:
okan
2016-09-28 17:06:33 +00:00
parent b32989d379
commit 92b81d3df5
4 changed files with 31 additions and 32 deletions

View File

@@ -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 *);