mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
EXA: Do still return FALSE if the driver PrepareCopy hook failed...
Thanks to Stuart Bennett for pointing out the problem on IRC.
This commit is contained in:
@@ -1335,6 +1335,8 @@ exaFillRegionTiled (DrawablePtr pDrawable,
|
||||
}
|
||||
|
||||
(*pExaScr->info->DoneCopy) (pPixmap);
|
||||
|
||||
ret = TRUE;
|
||||
}
|
||||
|
||||
exaMarkSync(pDrawable->pScreen);
|
||||
@@ -1343,7 +1345,7 @@ exaFillRegionTiled (DrawablePtr pDrawable,
|
||||
REGION_TRANSLATE(pScreen, pRegion, -xoff, -yoff);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user