On Fri, Mar 04, 2016 at 12:50:00PM +0000, Ucan, Emre (ADITG/SW1) wrote: > This is the second version of the patch series. > I fixed the unit test issues. > > v2 changes: > - remove wrong assert from test_layer_bad_opacity > - use correct control values in surface_position test > - update test client application to not call removed test functions
Looks good now. For the series: Reviewed-by: Bryce Harrington <[email protected]> And pushed to trunk: remote: I: 14 patch(es) updated to state Accepted. To ssh://git.freedesktop.org/git/wayland/weston 9d8b441..16d1fa1 master -> master Thanks, Bryce > Emre Ucan (14): > ivi-shell: remove ivi_layout_surface_get_visibility API > ivi-shell: remove ivi_layout_layer_get_visibility API > ivi-shell: remove ivi_layout_surface_get_opacity API > ivi-shell: remove ivi_layout_layer_get_opacity API > ivi-shell: remove ivi_layout_surface_get_position API > ivi-shell: remove ivi_layout_layer_get_position API > ivi-shell: remove ivi_layout_surface_get_dimension API > ivi-shell: remove ivi_layout_layer_get_dimension API > ivi-shell: remove ivi_layout_surface_get_orientation API > ivi-shell: remove ivi_layout_layer_get_orientation API > ivi-shell: remove ivi_layout_surface_set_position API > ivi-shell: remove ivi_layout_layer_set_position API > ivi-shell: remove ivi_layout_surface_set_dimension API > ivi-shell: remove ivi_layout_layer_set_dimension API > > ivi-shell/hmi-controller.c | 17 ++- > ivi-shell/ivi-layout-export.h | 127 -------------------- > ivi-shell/ivi-layout-private.h | 17 +-- > ivi-shell/ivi-layout-transition.c | 19 ++- > ivi-shell/ivi-layout.c | 237 > +------------------------------------ > ivi-shell/ivi-shell.c | 7 +- > tests/ivi_layout-internal-test.c | 220 +++++----------------------------- > tests/ivi_layout-test-plugin.c | 126 +++++--------------- > tests/ivi_layout-test.c | 2 - > 9 files changed, 84 insertions(+), 688 deletions(-) > > -- > 1.7.9.5 > > _______________________________________________ > wayland-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
