diff options
author | Søren Sandmann <ssp@redhat.com> | 2010-10-24 20:28:11 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-01-26 08:12:19 -0500 |
commit | ffcfa53e0d8456d283bf2861fc72f94e08b9b37b (patch) | |
tree | ad78dbc3dc115d67254479d0f2a40e2caed45cda /src/qxl.h | |
parent | 11d8429b82215a676219ed6c5515f02b61052c49 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |