~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to exa/exa_unaccel.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
               int x,
439
439
               int y,
440
440
               int width,
441
 
               int height)
 
441
               int height,
 
442
               unsigned int subWindowMode)
442
443
{
443
444
    ScreenPtr pScreen = pDrawable->pScreen;
444
445
    ExaScreenPriv(pScreen);
464
465
 
465
466
    if (pExaScr->SavedSourceValidate) {
466
467
        swap(pExaScr, pScreen, SourceValidate);
467
 
        pScreen->SourceValidate(pDrawable, x, y, width, height);
 
468
        pScreen->SourceValidate(pDrawable, x, y, width, height, subWindowMode);
468
469
        swap(pExaScr, pScreen, SourceValidate);
469
470
    }
470
471
}