summaryrefslogtreecommitdiffstats
path: root/utils/xft.h
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:43:39 +0200
committerSimon Rettberg2021-04-07 13:38:37 +0200
commit38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch)
tree9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /utils/xft.h
parentMaybe not remove, but ... (diff)
downloadxscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.tar.gz
xscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.tar.xz
xscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.zip
xscreensaver 6.00v28r1openslx
Diffstat (limited to 'utils/xft.h')
-rw-r--r--utils/xft.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/xft.h b/utils/xft.h
index 385e28b..0da0188 100644
--- a/utils/xft.h
+++ b/utils/xft.h
@@ -118,7 +118,7 @@ typedef unsigned char FcChar8;
XftFont *XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd);
-#define XftFontOpenName XftFontOpenXlfd
+XftFont *XftFontOpenName (Display *dpy, int screen, _Xconst char *name);
void XftFontClose (Display *dpy, XftFont *font);
@@ -143,7 +143,10 @@ XftDraw *XftDrawCreate (Display *dpy,
Drawable drawable,
Visual *visual,
Colormap colormap);
-
+Display *XftDrawDisplay (XftDraw *);
+Bool XftDrawSetClipRectangles (XftDraw *, int x, int y,
+ _Xconst XRectangle *rects, int n);
+Bool XftDrawSetClip (XftDraw *draw, Region region);
void XftDrawDestroy (XftDraw *draw);
void