summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-12-19 17:45:12 -0500
committerAdam Jackson <ajax@redhat.com>2011-12-19 17:45:12 -0500
commitd07efd4f80754d82540ebdaa7c2a062e68f229b9 (patch)
tree1e58ff0c8bc14663db8f1088e87e0c84407395da
parentd5f706dc5a2b6665e2b57a547781f2b9364d4d83 (diff)
Fix for new vgaHW ABI
Signed-off-by: Adam Jackson <ajax@redhat.com>
-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;