forked from pool/xorg-x11-server
Stefan Dirsch
ebdc01ee77
Udpate to Xorg 1.12.1... add 'automatic' ABI provides, which are verified during build to be true to ensure we can't ever publish a package which does not contain correct provides for the ABI OBS-URL: https://build.opensuse.org/request/show/114753 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=383
13 lines
484 B
Diff
13 lines
484 B
Diff
Index: xorg-server-1.12.1/mi/misprite.c
|
|
===================================================================
|
|
--- xorg-server-1.12.1.orig/mi/misprite.c
|
|
+++ xorg-server-1.12.1/mi/misprite.c
|
|
@@ -378,6 +378,7 @@ miSpriteCloseScreen(int i, ScreenPtr pSc
|
|
pScreen->InstallColormap = pScreenPriv->InstallColormap;
|
|
pScreen->StoreColors = pScreenPriv->StoreColors;
|
|
|
|
+ miSpriteDisableDamage(pScreen, pScreenPriv);
|
|
DamageDestroy(pScreenPriv->pDamage);
|
|
|
|
free(pScreenPriv);
|