summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-12-19 16:51:31 -0500
committerAdam Jackson <ajax@redhat.com>2011-12-19 16:51:31 -0500
commit819c8f2119b8db10a6a9e4553cf88d66cff6eb8e (patch)
tree99cc5e154466ed0e8c1f9bc44a319dcd90b75927
parent07845a120a674380b6b499961e6c81accfdd6a2e (diff)
Fix for new vgahw ABI
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/neo_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/neo_driver.c b/src/neo_driver.c
index a034f86..509a77f 100644
--- a/src/neo_driver.c
+++ b/src/neo_driver.c
@@ -660,6 +660,7 @@ NEOPreInit(ScrnInfoPtr pScrn, int flags)
if (!vgaHWGetHWRec(pScrn))
return FALSE;
hwp = VGAHWPTR(pScrn);
+ vgaHWSetStdFuncs(hwp);
/* Allocate the NeoRec driverPrivate */
if (!NEOGetRec(pScrn)) {