diff options
Diffstat (limited to 'src/SetCRects.c')
-rw-r--r-- | src/SetCRects.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SetCRects.c b/src/SetCRects.c index 8f03b7d..3b9da0d 100644 --- a/src/SetCRects.c +++ b/src/SetCRects.c @@ -24,6 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/X11/SetCRects.c,v 1.4 2001/12/14 19:54:06 dawes Exp $ */ #include "Xlibint.h" @@ -60,6 +61,7 @@ void _XSetClipRectangles (dpy, gc, clip_x_origin, clip_y_origin, rectangles, n, gc->dirty = dirty; } +int XSetClipRectangles (dpy, gc, clip_x_origin, clip_y_origin, rectangles, n, ordering) register Display *dpy; |