summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_base.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-04-19 13:48:42 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-05-03 13:09:51 +0300
commit8778b8eb2c026dcbeef96e28ca64c29b4f0f8888 (patch)
tree1df58855b616f107fb0a74f3b1d6e6d94220f67c /server/tests/test_display_base.h
parent76fd64ad96aed9d7e567eb5e447a5d83181743f2 (diff)
downloadspice-8778b8eb2c026dcbeef96e28ca64c29b4f0f8888.tar.gz
spice-8778b8eb2c026dcbeef96e28ca64c29b4f0f8888.tar.xz
spice-8778b8eb2c026dcbeef96e28ca64c29b4f0f8888.zip
server/tests: add SIMPLE_DRAW_SOLID and 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 b7697217..3b24641e 100644
--- a/server/tests/test_display_base.h
+++ b/server/tests/test_display_base.h
@@ -17,6 +17,8 @@ typedef enum {
PATH_PROGRESS,
SIMPLE_CREATE_SURFACE,
SIMPLE_DRAW,
+ SIMPLE_DRAW_BITMAP,
+ SIMPLE_DRAW_SOLID,
SIMPLE_COPY_BITS,
SIMPLE_DESTROY_SURFACE,
SIMPLE_UPDATE,