Fix for new vgaHW ABI

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2011-12-19 17:41:24 -05:00
parent 28a36e33ac
commit c348d847a3

View File

@@ -2564,6 +2564,7 @@ XGIPreInit(ScrnInfoPtr pScrn, int flags)
XGIErrorLog(pScrn, "Could not allocate VGA private\n");
return FALSE;
}
vgaHWSetStdFuncs(VGAHWPTR(pScrn));
/* Allocate the XGIRec driverPrivate */
pXGI = XGIGetRec(pScrn);