sync code with last improvements from OpenBSD
This commit is contained in:
parent
e1ec829e63
commit
68fa196282
30 changed files with 268 additions and 1060 deletions
|
@ -727,13 +727,6 @@ vfbCloseScreen(ScreenPtr pScreen)
|
|||
|
||||
pScreen->CloseScreen = pvfb->closeScreen;
|
||||
|
||||
/*
|
||||
* fb overwrites miCloseScreen, so do this here
|
||||
*/
|
||||
if (pScreen->devPrivate)
|
||||
(*pScreen->DestroyPixmap) (pScreen->devPrivate);
|
||||
pScreen->devPrivate = NULL;
|
||||
|
||||
return pScreen->CloseScreen(pScreen);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue