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 99be359b..a1c76dc4 100644 --- a/src/atistruct.h +++ b/src/atistruct.h @@ -336,7 +336,7 @@ typedef struct _ATIRec * Cursor-related definitions. */ xf86CursorInfoPtr pCursorInfo; - pointer pCursorPage, pCursorImage; + pointer pCursorImage; unsigned long CursorBase; CARD32 CursorOffset; CARD16 CursorXOffset, CursorYOffset; |