diff options
Diffstat (limited to 'src/i810_video.c')
-rw-r--r-- | src/i810_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i810_video.c b/src/i810_video.c index c82fcc92..ee1a2326 100644 --- a/src/i810_video.c +++ b/src/i810_video.c @@ -1085,7 +1085,7 @@ I810PutImage( if(!REGION_EQUAL(pScrn->pScreen, &pPriv->clip, clipBoxes)) { REGION_COPY(pScrn->pScreen, &pPriv->clip, clipBoxes); /* draw these */ - xf86XVFillKeyHelper(pScrn->pScreen, pPriv->colorKey, clipBoxes); + xf86XVFillKeyHelperDrawable(pDraw, pPriv->colorKey, clipBoxes); } I810DisplayVideo(pScrn, id, width, height, dstPitch, |