[Spice-devel] [PATCH spice-gtk] Inputs: fix documentation for spice_inputs_channel_motion()

Victor Toso victortoso at redhat.com
Tue Dec 12 06:07:11 UTC 2017


On Mon, Dec 11, 2017 at 02:51:20PM -0600, Jonathon Jongsma wrote:
> ping
> 
> Seems this one got forgotten?

I think I missed but Marc-André didn't ;)
https://lists.freedesktop.org/archives/spice-devel/2017-September/040266.html

Still, looks good
Acked-by: Victor Toso <victortoso at redhat.com>

> On Wed, 2017-09-27 at 16:09 -0500, Jonathon Jongsma wrote:
> > This function is used in server mode, and
> > spice_inputs_channel_position() is used in client mode.
> > ---
> >  src/channel-inputs.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/src/channel-inputs.c b/src/channel-inputs.c
> > index 75bf1ff..07fc765 100644
> > --- a/src/channel-inputs.c
> > +++ b/src/channel-inputs.c
> > @@ -283,7 +283,7 @@ static void
> > channel_set_handlers(SpiceChannelClass *klass)
> >   * @dy: delta Y mouse coordinates
> >   * @button_state: SPICE_MOUSE_BUTTON_MASK flags
> >   *
> > - * Change mouse position (used in SPICE_MOUSE_MODE_CLIENT).
> > + * Change mouse position (used in SPICE_MOUSE_MODE_SERVER).
> >   *
> >   * Deprecated: 0.35: use spice_inputs_channel_motion() instead.
> >   **/
> > @@ -300,7 +300,7 @@ void spice_inputs_motion(SpiceInputsChannel
> > *channel, gint dx, gint dy,
> >   * @dy: delta Y mouse coordinates
> >   * @button_state: SPICE_MOUSE_BUTTON_MASK flags
> >   *
> > - * Change mouse position (used in SPICE_MOUSE_MODE_CLIENT).
> > + * Change mouse position (used in SPICE_MOUSE_MODE_SERVER).
> >   *
> >   * Since: 0.35
> >   **/
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20171212/00ac7fba/attachment.sig>


More information about the Spice-devel mailing list