summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i830_xaa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_xaa.c b/src/i830_xaa.c
index 0df7f98e..c9c26b07 100644
--- a/src/i830_xaa.c
+++ b/src/i830_xaa.c
@@ -326,7 +326,7 @@ I830SetupForSolidFill(ScrnInfoPtr pScrn, int color, int rop,
*/
pI830->BR[13] |= (I830PatternROP[rop] << 16);
#else
- pI830->BR[13] |= ((XAAGetPatternROP(rop) << 16);
+ pI830->BR[13] |= (XAAGetPatternROP(rop) << 16);
#endif
pI830->BR[16] = color;