summaryrefslogtreecommitdiff
path: root/src/qxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qxl.h')
-rw-r--r--src/qxl.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/qxl.h b/src/qxl.h
index b6a6925..50c9a30 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -389,13 +389,14 @@ get_ram_header (qxl_screen_t *qxl)
* Images
*/
struct QXLImage *qxl_image_create (qxl_screen_t *qxl,
- const uint8_t *data,
- int x,
- int y,
- int width,
- int height,
- int stride,
- int Bpp);
+ const uint8_t *data,
+ int x,
+ int y,
+ int width,
+ int height,
+ int stride,
+ int Bpp,
+ Bool fallback);
void qxl_image_destroy (qxl_screen_t *qxl,
struct QXLImage *image);
void qxl_drop_image_cache (qxl_screen_t *qxl);