diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:58 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:58 +0000 |
commit | 4b339f0a4311b4db171584bc6671292a9052665a (patch) | |
tree | bd48cdf361c0881f45d09ce46c478ad8674e87c1 /src/cursor.c | |
parent | cfa9fa24253b5ef8045172852509be413d7b00ca (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'src/cursor.c')
-rw-r--r-- | src/cursor.c | 9 |
1 files changed, 6 insertions, 3 deletions
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; |