summaryrefslogtreecommitdiffstats
path: root/server/red_parse_qxl.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-09-07 11:00:08 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-09-14 10:41:49 +0200
commit4207c49fe2a628aaafd2ff7be12b1c6680bfe6d3 (patch)
tree99446e90efcc60cedc6c42528bbc8429f509f555 /server/red_parse_qxl.h
parent4efeef330249819189a7a99e2dc65d2b3bc2f17b (diff)
downloadspice-4207c49fe2a628aaafd2ff7be12b1c6680bfe6d3.tar.gz
spice-4207c49fe2a628aaafd2ff7be12b1c6680bfe6d3.tar.xz
spice-4207c49fe2a628aaafd2ff7be12b1c6680bfe6d3.zip
move command flags handling to the qxl parser
Pass through command flags to the qxl parser, so we can hide all compat bits for spice 0.4 within the qxl parser.
Diffstat (limited to 'server/red_parse_qxl.h')
-rw-r--r--server/red_parse_qxl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/red_parse_qxl.h b/server/red_parse_qxl.h
index 1d972496..5de03256 100644
--- a/server/red_parse_qxl.h
+++ b/server/red_parse_qxl.h
@@ -113,9 +113,7 @@ typedef struct RedCursorCmd {
void red_get_rect_ptr(SpiceRect *red, QXLRect *qxl);
void red_get_drawable(RedMemSlotInfo *slots, int group_id,
- RedDrawable *red, QXLPHYSICAL addr);
-void red_get_compat_drawable(RedMemSlotInfo *slots, int group_id,
- RedDrawable *red, QXLPHYSICAL addr);
+ RedDrawable *red, QXLPHYSICAL addr, uint32_t flags);
void red_put_drawable(RedDrawable *red);
void red_put_image(SpiceImage *red);