Fix a typo to mark sync for XAA.

This should fix the scrolling screen corrupt in
XAA method.
This commit is contained in:
Wang Zhenyu 2006-09-22 15:02:19 +08:00
parent 1681fe6bb0
commit ff202f8e2a
1 changed files with 1 additions and 1 deletions

View File

@ -8900,7 +8900,7 @@ i830MarkSync(ScrnInfoPtr pScrn)
#ifdef I830_USE_XAA
if (!pI830->useEXA && pI830->AccelInfoRec)
pI830->AccelInfoRec->NeedToSync = FALSE;
pI830->AccelInfoRec->NeedToSync = TRUE;
#endif
#ifdef I830_USE_EXA
if (pI830->useEXA && pI830->EXADriverPtr) {