mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Revert "fb: use dixDestroyPixmap() instead of direct driver call"
This reverts commit 08ec122fa7.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2020>
This commit is contained in:
parent
6142282bfe
commit
5ead727d52
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ fbOverlayCloseScreen(ScreenPtr pScreen)
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < pScrPriv->nlayers; i++) {
|
for (i = 0; i < pScrPriv->nlayers; i++) {
|
||||||
dixDestroyPixmap(pScrPriv->layer[i].u.run.pixmap, 0);
|
(*pScreen->DestroyPixmap) (pScrPriv->layer[i].u.run.pixmap);
|
||||||
RegionUninit(&pScrPriv->layer[i].u.run.region);
|
RegionUninit(&pScrPriv->layer[i].u.run.region);
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue