summaryrefslogtreecommitdiff
path: root/src/atistruct.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-09-10 19:00:16 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-09-11 11:50:12 +0300
commit78c6bd305f2ea70629d1dda3c0c48c067451f5fb (patch)
tree405676907b4231193856e46a414a1a3248b5052c /src/atistruct.h
parent6ff0645ecfe65727e8ef5d5e6215b4e03078e1a5 (diff)
[mach64] Revert to multiple mappings per BAR.pci-rework
libpciaccess added subrange mappings and mtrr handling. compile-tested only.
Diffstat (limited to 'src/atistruct.h')
-rw-r--r--src/atistruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atistruct.h b/src/atistruct.h
index 3496d2a..d574947 100644
--- a/src/atistruct.h
+++ b/src/atistruct.h
@@ -338,7 +338,7 @@ typedef struct _ATIRec
* Cursor-related definitions.
*/
xf86CursorInfoPtr pCursorInfo;
- pointer pCursorImage;
+ pointer pCursorPage, pCursorImage;
unsigned long CursorBase;
CARD32 CursorOffset;
CARD16 CursorXOffset, CursorYOffset;