summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-05-24 11:00:49 +0300
committerAlon Levy <alevy@redhat.com>2012-06-15 10:34:57 +0300
commit3a87e765d91a26ead2cfc5ddad1ba4f3e7d21922 (patch)
tree2f024d930106c385593aa78fb5c179c329087d5a
parent60478640a6c4d74c44fdf67350be6e180960cf5f (diff)
qxl_surface: cosmetics
-rw-r--r--src/qxl_surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qxl_surface.c b/src/qxl_surface.c
index 4661c18..ee921a2 100644
--- a/src/qxl_surface.c
+++ b/src/qxl_surface.c
@@ -552,7 +552,7 @@ surface_send_create (surface_cache_t *cache,
/* the final + stride is to work around a bug where the device apparently
* scribbles after the end of the image
*/
- qxl_garbage_collect (cache->qxl);
+ qxl_garbage_collect (qxl);
retry2:
address = qxl_alloc (qxl->surf_mem, stride * height + stride);