summaryrefslogtreecommitdiff
path: root/xserver/hw/xquartz/xpr/xprCursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/hw/xquartz/xpr/xprCursor.c')
-rw-r--r--xserver/hw/xquartz/xpr/xprCursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xserver/hw/xquartz/xpr/xprCursor.c b/xserver/hw/xquartz/xpr/xprCursor.c
index 4168f7c53..5e89348c0 100644
--- a/xserver/hw/xquartz/xpr/xprCursor.c
+++ b/xserver/hw/xquartz/xpr/xprCursor.c
@@ -85,7 +85,6 @@ load_cursor(CursorPtr src, int screen)
hot_x = src->bits->xhot;
hot_y = src->bits->yhot;
-#ifdef ARGB_CURSOR
if (src->bits->argb != NULL) {
#if BITMAP_BIT_ORDER == MSBFirst
rowbytes = src->bits->width * sizeof(CARD32);
@@ -104,7 +103,6 @@ load_cursor(CursorPtr src, int screen)
#endif
}
else
-#endif
{
fg_color = 0xFF00 | (src->foreRed >> 8);
fg_color <<= 16;