diff options
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; |