From 5cd86fc45dfa94cb08c3316c614923ff50b94b0f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 29 Jun 2010 18:17:35 +0200 Subject: Update client and protocol to support the new SpiceClipRects --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice.proto') diff --git a/spice.proto b/spice.proto index e1062ebb..c3991504 100644 --- a/spice.proto +++ b/spice.proto @@ -412,7 +412,7 @@ struct Clip { clip_type type; switch (type) { case RECTS: - ClipRects *data @outvar(cliprects); + ClipRects *rects @outvar(cliprects) @c_ptr; } u @anon; }; -- cgit