summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2013-08-02 09:58:58 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2013-08-02 09:59:54 -0400
commiteac783a35040e76ec4cebfa85e1a19bdc1da5abe (patch)
tree0a73d92e67b2e3aef6bd9cfb04dacb25d508c0f8
parent33a988936bb08cb339ab380109de5d7a779410b1 (diff)
compat driver: Make sure to initialize the VGA functionsrhel65
-rw-r--r--src/compat/compat-qxl_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compat/compat-qxl_driver.c b/src/compat/compat-qxl_driver.c
index 0047382..5b51ce4 100644
--- a/src/compat/compat-qxl_driver.c
+++ b/src/compat/compat-qxl_driver.c
@@ -1387,6 +1387,7 @@ compat_qxl_pre_init(ScrnInfoPtr pScrn, int flags)
/* VGA hardware initialisation */
if (!vgaHWGetHWRec(pScrn))
return FALSE;
+ vgaHWSetStdFuncs (VGAHWPTR (pScrn));
/* hate */
compat_qxl_unmap_memory(compat_qxl, scrnIndex);