Removing vtSema shilding of accel sync - should have been '&&' instead of '||'

anyway.
This commit is contained in:
Egbert Eich 2004-10-27 09:52:15 +00:00
parent 88714c3b22
commit 7ce4898ee3
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ I810Sync(ScrnInfoPtr pScrn)
#ifdef XF86DRI
/* VT switching tries to do this.
*/
if ((!pI810->LockHeld && pI810->directRenderingEnabled) || pScrn->vtSema) {
if (!pI810->LockHeld && pI810->directRenderingEnabled) {
return;
}
#endif