mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-18 02:38:27 +02:00
Missed a rename
This commit is contained in:
parent
b45d236590
commit
8e4190627e
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue