summaryrefslogtreecommitdiff
path: root/src/qxl.h
diff options
context:
space:
mode:
authorSøren Sandmann <ssp@redhat.com>2010-10-24 20:28:11 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2011-01-26 08:12:19 -0500
commitffcfa53e0d8456d283bf2861fc72f94e08b9b37b (patch)
treead78dbc3dc115d67254479d0f2a40e2caed45cda /src/qxl.h
parent11d8429b82215a676219ed6c5515f02b61052c49 (diff)
Add qxl_surface_evacuates/replace_all() methods.
These functions will be used to migrate surfaces out of video memory when we have to reset the device.
Diffstat (limited to 'src/qxl.h')
-rw-r--r--src/qxl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qxl.h b/src/qxl.h
index 1f9e3f7..79a2d80 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -762,7 +762,7 @@ void qxl_ring_wait_idle (struct qxl_ring *ring);
/*
* Surface
*/
-void qxl_surface_init (qxl_screen_t *qxl, int n_surfaces);
+void qxl_surface_init (qxl_screen_t *qxl);
qxl_surface_t * qxl_surface_create_primary (qxl_screen_t *qxl,
struct qxl_mode *mode);
qxl_surface_t * qxl_surface_create (qxl_screen_t *qxl,