diff options
Diffstat (limited to 'src/FreeCurs.c')
-rw-r--r-- | src/FreeCurs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FreeCurs.c b/src/FreeCurs.c index 4fe214a..c4ad951 100644 --- a/src/FreeCurs.c +++ b/src/FreeCurs.c @@ -24,9 +24,11 @@ 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/FreeCurs.c,v 1.4 2001/12/14 19:54:00 dawes Exp $ */ #include "Xlibint.h" +int XFreeCursor(dpy, cursor) register Display *dpy; Cursor cursor; |