summaryrefslogtreecommitdiff
path: root/src/qxl_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qxl_driver.c')
-rw-r--r--src/qxl_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index 3f3f99a..cb24921 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -668,6 +668,8 @@ qxl_create_pixmap (ScreenPtr screen, int w, int h, int depth, unsigned usage)
NULL);
set_surface (pixmap, surface);
+
+ qxl_surface_set_pixmap (surface, pixmap);
}
else
{