diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-09-10 19:00:16 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-09-11 11:50:12 +0300 |
commit | 78c6bd305f2ea70629d1dda3c0c48c067451f5fb (patch) | |
tree | 405676907b4231193856e46a414a1a3248b5052c /src/atistruct.h | |
parent | 6ff0645ecfe65727e8ef5d5e6215b4e03078e1a5 (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.h | 2 |
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; |