Description ----------- event-test.c: In function 'handle_surface': event-test.c:56:28: error: 'struct weston_compositor' has no member named 'seat' event-test.c:60:9: warning: passing argument 1 of 'notify_motion' from incompatible pointer type [enabled by default] In file included from test-runner.h:8:0, from event-test.c:31: ../src/compositor.h:508:1: note: expected 'struct weston_seat *' but argument is of type 'struct wl_seat *' make[2]: *** [event-test.lo] Error 1 Current known fail: weston master 6cef0092722732896b5f9a9f793de1487b1219eb First known fail: weston master cd8cdccdd375058ae467974af5831a507ed016f5 Last known good: weston master 8a01580f17c3a83cda0d4d16142b2324f237df23
(In reply to comment #0) > Description > ----------- > > event-test.c: In function 'handle_surface': > event-test.c:56:28: error: 'struct weston_compositor' has no member named > 'seat' > event-test.c:60:9: warning: passing argument 1 of 'notify_motion' from > incompatible pointer type [enabled by default] > In file included from test-runner.h:8:0, > from event-test.c:31: > ../src/compositor.h:508:1: note: expected 'struct weston_seat *' but argument > is of type 'struct wl_seat *' > make[2]: *** [event-test.lo] Error 1 > > Current known fail: weston master 6cef0092722732896b5f9a9f793de1487b1219eb > First known fail: weston master cd8cdccdd375058ae467974af5831a507ed016f5 > Last known good: weston master 8a01580f17c3a83cda0d4d16142b2324f237df23 Reproduce: 1. make check
Should be fixed in 468262be3e8ed7db4bfbd7fa2bda33d3ce6aa3f8
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.