summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_base.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-05-02 13:36:27 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-05-03 13:09:53 +0300
commitbccf5bc35a7b96d523b0537be133f0ada8cffa36 (patch)
treed4c457de208847553ec7515819f33db7caffc170 /server/tests/test_display_base.h
parent3373cda43476d24022bff769f4b7991eb61520cb (diff)
downloadspice-bccf5bc35a7b96d523b0537be133f0ada8cffa36.tar.gz
spice-bccf5bc35a7b96d523b0537be133f0ada8cffa36.tar.xz
spice-bccf5bc35a7b96d523b0537be133f0ada8cffa36.zip
server/tests: add clip to SIMPLE_DRAW_BITMAP
Diffstat (limited to 'server/tests/test_display_base.h')
-rw-r--r--server/tests/test_display_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/test_display_base.h b/server/tests/test_display_base.h
index 3b24641e..1421c1cc 100644
--- a/server/tests/test_display_base.h
+++ b/server/tests/test_display_base.h
@@ -35,6 +35,8 @@ typedef struct CommandDrawBitmap {
QXLRect bbox;
uint8_t *bitmap;
uint32_t surface_id;
+ uint32_t num_clip_rects;
+ QXLRect *clip_rects;
} CommandDrawBitmap;
typedef struct CommandDrawSolid {