Also drop drawable lock.

This commit is contained in:
Kristian Høgsberg 2006-02-01 22:05:45 +00:00
parent e821ad884e
commit 3cbcc11707
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-02-01 Kristian Høgsberg <krh@redhat.com>
* hw/xfree86/dri/dri.c (DRIUnlockedCallback): Also drop drawable lock.
2006-01-27 Kristian Høgsberg <krh@redhat.com>
* GL/glx/glxcmds.c (DoCreateGLXPixmap): Disable check for fbconfig

View file

@ -1933,6 +1933,10 @@ DRIUnlockedCallback(DRICallback callback, void *data, int flags)
pDRIPriv->partial3DContextStore);
}
if (pDRIPriv->windowsTouched)
DRM_SPINUNLOCK(&pDRIPriv->pSAREA->drawable_lock, 1);
pDRIPriv->windowsTouched = FALSE;
DRIUnlock(pScreen);
}