summaryrefslogtreecommitdiff
path: root/src/ast_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_driver.c')
-rw-r--r--src/ast_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_driver.c b/src/ast_driver.c
index 024a0c3..896f22c 100644
--- a/src/ast_driver.c
+++ b/src/ast_driver.c
@@ -380,6 +380,7 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags)
if (!vgaHWGetHWRec(pScrn))
return FALSE;
hwp = VGAHWPTR(pScrn);
+ vgaHWSetStdFuncs(hwp);
/* Color Depth Check */
flags24 = Support32bppFb;