diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 18:43:50 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 18:43:50 +0000 |
commit | 7faeec0e653838dc78d8df0c1eb10b833ff0c816 (patch) | |
tree | 8a2b0a5e90b77b365a7dc3a0407ce02a6a672ee7 /src/Cursor.c | |
parent | 3cdb1c4406d51f671f60f530c557ebfca81bfd3c (diff) |
Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE
Diffstat (limited to 'src/Cursor.c')
-rw-r--r-- | src/Cursor.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Cursor.c b/src/Cursor.c index b1a8e2b..8b783d8 100644 --- a/src/Cursor.c +++ b/src/Cursor.c @@ -1,7 +1,6 @@ /* - * $XFree86: xc/lib/Xrender/Cursor.c,v 1.3 2002/11/24 21:46:15 tsi Exp $ * - * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. + * Copyright © 2002 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -30,7 +29,7 @@ XRenderCreateCursor (Display *dpy, unsigned int x, unsigned int y) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); Cursor cid; xRenderCreateCursorReq *req; @@ -54,7 +53,7 @@ XRenderCreateAnimCursor (Display *dpy, int ncursor, XAnimCursor *cursors) { - XExtDisplayInfo *info = XRenderFindDisplay (dpy); + XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy); Cursor cid; xRenderCreateAnimCursorReq *req; long len; |