[Spice-devel] [PATCH spice-common 4/6] Update spice-protocol submodule
Alon Levy
alevy at redhat.com
Sun Apr 8 11:44:44 PDT 2012
On Sun, Apr 08, 2012 at 06:42:36PM +0300, Yonit Halperin wrote:
> 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);
This isn't mentioned in the commit message.
> }
>
> #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
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list