Fix for new vgaHW ABI

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2011-12-19 17:45:12 -05:00
parent d5f706dc5a
commit d07efd4f80

View File

@@ -380,6 +380,7 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags)
if (!vgaHWGetHWRec(pScrn))
return FALSE;
hwp = VGAHWPTR(pScrn);
vgaHWSetStdFuncs(hwp);
/* Color Depth Check */
flags24 = Support32bppFb;