mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 present
This commit is contained in:
@@ -1190,7 +1190,7 @@ exaDriverInit (ScreenPtr pScreen,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (!pScreenInfo->CreatePixmap) {
|
||||
if (!pScreenInfo->CreatePixmap && !pScreenInfo->CreatePixmap2) {
|
||||
if (!pScreenInfo->memoryBase) {
|
||||
LogMessage(X_ERROR, "EXA(%d): ExaDriverRec::memoryBase "
|
||||
"must be non-zero\n", pScreen->myNum);
|
||||
|
||||
Reference in New Issue
Block a user