Re: [Spice-devel] [spice-xpi 1/4] Add nsPluginInstance::SendBool

2012-03-05 Thread Uri Lublin
On 03/05/2012 03:33 PM, Christophe Fergeau wrote: > ::SendVal will not send messages when the value is 0, which is not > what is expected when sending a boolean value. > --- > SpiceXPI/src/plugin/plugin.cpp |6 ++ > SpiceXPI/src/plugin/plugin.h |1 + > 2 files changed, 7 insertions(+

Re: [Spice-devel] [spice-xpi 1/4] Add nsPluginInstance::SendBool

2012-03-05 Thread Alon Levy
On Mon, Mar 05, 2012 at 02:33:33PM +0100, Christophe Fergeau wrote: > ::SendVal will not send messages when the value is 0, which is not > what is expected when sending a boolean value. Looks good. Ack series. > --- > SpiceXPI/src/plugin/plugin.cpp |6 ++ > SpiceXPI/src/plugin/plugin.h

[Spice-devel] [spice-xpi 1/4] Add nsPluginInstance::SendBool

2012-03-05 Thread Christophe Fergeau
::SendVal will not send messages when the value is 0, which is not what is expected when sending a boolean value. --- SpiceXPI/src/plugin/plugin.cpp |6 ++ SpiceXPI/src/plugin/plugin.h |1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/SpiceXPI/src/plugin/plugin.cpp