[Spice-devel] [PATCH v2] server/spice.h: add surface_updated callback (unused yet)
Alon Levy
alevy at redhat.com
Wed Jul 6 10:37:19 PDT 2011
---
server/spice.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/server/spice.h b/server/spice.h
index fec2476..20ceeef 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -206,6 +206,8 @@ struct QXLInterface {
void (*notify_update)(QXLInstance *qin, uint32_t update_id);
int (*flush_resources)(QXLInstance *qin);
void (*async_complete)(QXLInstance *qin, uint64_t cookie);
+ void (*surface_updated)(QXLInstance *qin, uint32_t surface_id, struct QXLRect *updated_rects,
+ uint32_t num_updated_rects);
};
struct QXLInstance {
--
1.7.5.4
More information about the Spice-devel
mailing list