[Spice-devel] [PATCH spice-common 2/6] rect: add rect_get_area

2012-04-08 Thread Yonit Halperin
Signed-off-by: Yonit Halperin --- common/rect.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/common/rect.h b/common/rect.h index 655e9e8..0e4b01e 100644 --- a/common/rect.h +++ b/common/rect.h @@ -80,6 +80,11 @@ static INLINE int rect_contains(const SpiceRec

Re: [Spice-devel] [PATCH spice-common 2/6] rect: add rect_get_area

2012-04-08 Thread Marc-André Lureau
- Mensaje original - > > Signed-off-by: Yonit Halperin > --- > common/rect.h | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/common/rect.h b/common/rect.h > index 655e9e8..0e4b01e 100644 > --- a/common/rect.h > +++ b/common/rect.h > @@ -80,6 +80

Re: [Spice-devel] [PATCH spice-common 2/6] rect: add rect_get_area

2012-04-10 Thread Yonit Halperin
On 04/08/2012 07:36 PM, Marc-André Lureau wrote: - Mensaje original - Signed-off-by: Yonit Halperin --- common/rect.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/common/rect.h b/common/rect.h index 655e9e8..0e4b01e 100644 --- a/common/rect.h +