mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-16 03:00:20 +01:00
exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 present
This commit is contained in:
parent
9390b7a133
commit
fa18c569ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue