diff options
| author | Simon Rettberg | 2021-04-06 14:43:39 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2021-04-07 13:38:37 +0200 |
| commit | 38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch) | |
| tree | 9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /utils/xft.h | |
| parent | Maybe not remove, but ... (diff) | |
| download | xscreensaver-28r1.tar.gz xscreensaver-28r1.tar.xz xscreensaver-28r1.zip | |
Diffstat (limited to 'utils/xft.h')
| -rw-r--r-- | utils/xft.h | 7 |
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 |
