On Thu, Jan 22, 2015 at 3:01 AM, Peter Hutterer <[email protected]>
wrote:

> On Wed, Jan 21, 2015 at 12:11:22PM +0100, Marek Chalupa wrote:
> > This function was removed in 1baf109b40
> >
> > Signed-off-by: Marek Chalupa <[email protected]>
> > ---
> >  src/libinput.sym | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/src/libinput.sym b/src/libinput.sym
> > index cfbeabd..77fccb8 100644
> > --- a/src/libinput.sym
> > +++ b/src/libinput.sym
> > @@ -70,7 +70,6 @@ global:
> >       libinput_event_pointer_get_absolute_x_transformed;
> >       libinput_event_pointer_get_absolute_y;
> >       libinput_event_pointer_get_absolute_y_transformed;
> > -     libinput_event_pointer_get_axis;
> >       libinput_event_pointer_get_axis_source;
> >       libinput_event_pointer_get_axis_value;
> >       libinput_event_pointer_get_axis_value_discrete;
> > --
> > 2.2.1
>
> merged and pushed, thanks.
>
> btw, if you write a test for something that's buggy, please order the
> patches so the fix is applied before the test. Otherwise the build will
> fail
> at the test, making a git bisect harder than it needs to be (and
> possibly triggering false positives if you're hunting for something else).
>
>
Yeah, I used to do it this way to 'show' the bug and then to fix it.
Haven't considered git bisect. Thanks for the tip.

Marek


> Cheers,
>    Peter
>
>
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to