summaryrefslogtreecommitdiffstats
path: root/server/spice.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/spice.h
parent4fb61b9aa5c092db1f8fcbd51f7967ccfda364ac (diff)
downloadspice-58c23b66860def72f6b5186d77b5e047964e40cb.tar.gz
spice-58c23b66860def72f6b5186d77b5e047964e40cb.tar.xz
spice-58c23b66860def72f6b5186d77b5e047964e40cb.zip
qxl abi: parse QXLRect.
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/server/spice.h b/server/spice.h
index 6c5853dc..07bbeef9 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -81,7 +81,7 @@ union QXLReleaseInfo;
struct QXLReleaseInfoExt;
struct QXLCommand;
struct QXLCommandExt;
-struct SpiceRect;
+struct QXLRect;
struct QXLWorker {
uint32_t minor_version;
uint32_t major_version;
@@ -90,7 +90,7 @@ struct QXLWorker {
void (*start)(QXLWorker *worker);
void (*stop)(QXLWorker *worker);
void (*update_area)(QXLWorker *qxl_worker, uint32_t surface_id,
- struct SpiceRect *area, struct SpiceRect *dirty_rects,
+ struct QXLRect *area, struct QXLRect *dirty_rects,
uint32_t num_dirty_rects, uint32_t clear_dirty_region);
void (*add_memslot)(QXLWorker *worker, QXLDevMemSlot *slot);
void (*del_memslot)(QXLWorker *worker, uint32_t slot_group_id, uint32_t slot_id);
@@ -158,8 +158,6 @@ struct QXLDevSurfaceCreate {
uint32_t group_id;
};
-struct SpiceRect;
-
struct QXLInterface {
SpiceBaseInterface base;