Re: [Spice-devel] [spice-server v2 2/3] red-parse-qxl: Change int/1/0 to bool/true/false

2017-05-02 Thread Christophe Fergeau
On Tue, May 02, 2017 at 05:46:52AM -0400, Frediano Ziglio wrote: > Acked-by: Frediano Ziglio Thanks, I've pushed the 3 patches. Christophe signature.asc Description: PGP signature ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https:/

Re: [Spice-devel] [spice-server v2 2/3] red-parse-qxl: Change int/1/0 to bool/true/false

2017-05-02 Thread Frediano Ziglio
> > The red_get_* methods in red-parse-qxl.c return a boolean, even though > their return type is an int, and they return 1/0. This commit changes > this to the more explicit bool/true/false. > --- > server/red-parse-qxl.c | 74 > +- > server/red-p

[Spice-devel] [spice-server v2 2/3] red-parse-qxl: Change int/1/0 to bool/true/false

2017-04-28 Thread Christophe Fergeau
The red_get_* methods in red-parse-qxl.c return a boolean, even though their return type is an int, and they return 1/0. This commit changes this to the more explicit bool/true/false. --- server/red-parse-qxl.c | 74 +- server/red-parse-qxl.h | 20 ++