summaryrefslogtreecommitdiffstats
path: root/server/red_parse_qxl.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-06-24 16:12:17 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-29 12:30:20 +0200
commit58c23b66860def72f6b5186d77b5e047964e40cb (patch)
treefdc46ea6610264bd34cafcbbef079924d94a01d9 /server/red_parse_qxl.h
parent4fb61b9aa5c092db1f8fcbd51f7967ccfda364ac (diff)
downloadspice-58c23b66860def72f6b5186d77b5e047964e40cb.tar.gz
spice-58c23b66860def72f6b5186d77b5e047964e40cb.tar.xz
spice-58c23b66860def72f6b5186d77b5e047964e40cb.zip
qxl abi: parse QXLRect.
Diffstat (limited to 'server/red_parse_qxl.h')
-rw-r--r--server/red_parse_qxl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/red_parse_qxl.h b/server/red_parse_qxl.h
index b96a393b..aece6a9e 100644
--- a/server/red_parse_qxl.h
+++ b/server/red_parse_qxl.h
@@ -103,6 +103,8 @@ typedef struct SPICE_ATTR_PACKED RedCursorCmd {
uint8_t *device_data;
} RedCursorCmd;
+void red_get_rect_ptr(SpiceRect *red, QXLRect *qxl);
+
void red_get_drawable(RedMemSlotInfo *slots, int group_id,
RedDrawable *red, SPICE_ADDRESS addr);
void red_get_compat_drawable(RedMemSlotInfo *slots, int group_id,