diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-09-19 18:06:20 -0300 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-09-19 18:06:20 -0300 |
commit | ee1e72a248b2df6522283c0dd3e5433d7f961c62 (patch) | |
tree | 1ae412f2af93ff84c52f438f9cf4ed21b15a7329 /src | |
parent | 9ae840a358959615020fa4adb76c1487231927f3 (diff) |
Kludge to not lock the SMI 501 when running at 8bpp.
Diffstat (limited to 'src')
-rw-r--r-- | src/smi_hwcurs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smi_hwcurs.c b/src/smi_hwcurs.c index a2a81ff..7fda65e 100644 --- a/src/smi_hwcurs.c +++ b/src/smi_hwcurs.c @@ -666,7 +666,6 @@ SMI_HWCursorInit(ScreenPtr pScreen) infoPtr->MaxWidth = MAX_CURSOR_501; infoPtr->MaxHeight = MAX_CURSOR_501; infoPtr->Flags = HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_1 | - HARDWARE_CURSOR_TRUECOLOR_AT_8BPP | HARDWARE_CURSOR_SWAP_SOURCE_AND_MASK; infoPtr->RealizeCursor = SMI501_RealizeCursor; } |