From 4b339f0a4311b4db171584bc6671292a9052665a Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Fri, 14 Nov 2003 16:48:58 +0000 Subject: XFree86 4.3.0.1 --- src/cursor.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/cursor.c') diff --git a/src/cursor.c b/src/cursor.c index 713c236..89583ab 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -22,6 +22,7 @@ Except as contained in this notice, the name of The Open Group shall not be 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/programs/twm/cursor.c,v 1.5 2001/12/14 20:01:06 dawes Exp $ */ /*********************************************************************** * @@ -124,7 +125,8 @@ static struct _CursorName { {"xterm", XC_xterm, None}, }; -void NewFontCursor (cp, str) +void +NewFontCursor (cp, str) Cursor *cp; char *str; { @@ -145,9 +147,10 @@ void NewFontCursor (cp, str) ProgramName, str); } +void NewBitmapCursor(cp, source, mask) -Cursor *cp; -char *source, *mask; + Cursor *cp; + char *source, *mask; { int hotx, hoty; int sx, sy, mx, my; -- cgit v1.2.3