[Spice-devel] [PATCH spice-gtk] Inputs: fix documentation for spice_inputs_channel_motion()
Jonathon Jongsma
jjongsma at redhat.com
Tue Dec 12 15:31:23 UTC 2017
Oops, I looked through my archives but didn't see a response. I guess I
missed it. Sorry about that.
Jonathon
On Tue, 2017-12-12 at 07:07 +0100, Victor Toso wrote:
> 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/040
> 266.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
More information about the Spice-devel
mailing list