summaryrefslogtreecommitdiff
path: root/xserver/include/cursorstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/include/cursorstr.h')
-rw-r--r--xserver/include/cursorstr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xserver/include/cursorstr.h b/xserver/include/cursorstr.h
index 221cd7034..3f306a496 100644
--- a/xserver/include/cursorstr.h
+++ b/xserver/include/cursorstr.h
@@ -64,9 +64,7 @@ typedef struct _CursorBits {
unsigned short width, height, xhot, yhot; /* metrics */
int refcnt; /* can be shared */
PrivateRec *devPrivates; /* set by pScr->RealizeCursor */
-#ifdef ARGB_CURSOR
CARD32 *argb; /* full-color alpha blended */
-#endif
} CursorBits, *CursorBitsPtr;
#define CURSOR_BITS_SIZE (sizeof(CursorBits) + dixPrivatesSize(PRIVATE_CURSOR_BITS))