summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-06-09 15:30:22 +1000
committerDave Airlie <airlied@redhat.com>2015-06-30 12:17:51 +1000
commit8218dadd30eb0c87efbac6db5d8e3862a236b6a4 (patch)
treed00f9113accd31c0fdd855c4910081344d0dd0d7 /include
parentfa12f2c150b2f50de9dac4a2b09265f13af353af (diff)
cursor: drop ARGB_CURSOR
I doubt anyone builds with this turned off or has done for a long time. It helps my eyes bleed slightly less when reading the code, I've left the define in place as some drivers use it. Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/cursorstr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cursorstr.h b/include/cursorstr.h
index 221cd7034..3f306a496 100644
--- a/include/cursorstr.h
+++ b/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))