xf86-video-intel: src/i830_cursor.c

Alan Hourihane alanh at kemper.freedesktop.org
Sat Sep 30 15:44:51 EEST 2006


 src/i830_cursor.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree eca082ca0fec12973a4dbb0106b841136b5b6cdb (from cece9a455b54ab184a3277c164ee6dfa65b70f48)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Sat Sep 30 13:44:43 2006 +0100

    Missing gamma bit

diff --git a/src/i830_cursor.c b/src/i830_cursor.c
index c9e04e9..c5c904c 100644
--- a/src/i830_cursor.c
+++ b/src/i830_cursor.c
@@ -655,7 +655,7 @@ I830ShowCursor(ScrnInfoPtr pScrn)
       temp &= ~(CURSOR_FORMAT_MASK | CURSOR_GAMMA_ENABLE);
       temp |= CURSOR_ENABLE;
       if (pI830->CursorIsARGB)
-         temp |= CURSOR_FORMAT_ARGB;
+         temp |= CURSOR_FORMAT_ARGB | CURSOR_GAMMA_ENABLE;
       else 
          temp |= CURSOR_FORMAT_3C;
       OUTREG(CURSOR_CONTROL, temp);



More information about the xorg-commit mailing list