[Spice-devel] [PATCH spice-common 4/6] Update spice-protocol submodule

Yonit Halperin yhalperi at redhat.com
Sun Apr 8 08:42:36 PDT 2012


For STREAM_DATA_SIZED and QOS_QUERY messages.

Signed-off-by: Yonit Halperin <yhalperi at redhat.com>
---
 common/rect.h  |    2 +-
 spice-protocol |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/rect.h b/common/rect.h
index 0e4b01e..a9c1b08 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -131,7 +131,7 @@ static inline int rect_contains(const SpiceRect& big, const SpiceRect& small)
 
 static inline int rect_get_area(const SpiceRect& r)
 {
-    return rect_contains(&r);
+    return rect_get_area(&r);
 }
 
 #endif /* __cplusplus */
diff --git a/spice-protocol b/spice-protocol
index 2d24f61..3d53775 160000
--- a/spice-protocol
+++ b/spice-protocol
@@ -1 +1 @@
-Subproject commit 2d24f61aae4f92746940fd1c0daf546c7a51dae8
+Subproject commit 3d53775685071891ee2ed253c620f57dc090711f
-- 
1.7.7.6



More information about the Spice-devel mailing list