Missed a rename

This commit is contained in:
Alan Hourihane 2007-10-19 12:00:17 +01:00
parent b45d236590
commit 8e4190627e

View file

@ -478,10 +478,10 @@ xglAddCurrentBitDamage (DrawablePtr pDrawable)
{
/* This is a little severe as it also impacts xgl - tune me */
XGL_SCREEN_PRIV (pDrawable->pScreen);
__glXleaveServer(FALSE);
xglLeaveServer();
glitz_surface_flush (pScreenPriv->surface);
glitz_drawable_finish (pScreenPriv->drawable);
__glXenterServer(FALSE);
xglEnterServer();
}
if (REGION_NOTEMPTY (pDrawable->pScreen, &pPixmapPriv->bitRegion))