From: Pekka Paalanen <pekka.paala...@collabora.co.uk> Hi,
here are few clean-ups for ivi-shell, and removal of a signal in favour of a direct unconditional call. I'm also extracting the ivi-shell facing API part out of ivi-layout-private.h to make it a little more readable. Thanks, pq Pekka Paalanen (5): ivi-shell: include config.h in ivi-layout-transition.c ivi-shell: add include guards on ivi-shell.h ivi-shell: call send_surface_send_configure() directly ivi-shell: remove configured signal from ivi-layout ivi-shell: introduce ivi-layout-shell.h Makefile.am | 1 + ivi-shell/ivi-layout-private.h | 24 +------------- ivi-shell/ivi-layout-shell.h | 67 +++++++++++++++++++++++++++++++++++++++ ivi-shell/ivi-layout-transition.c | 7 +++- ivi-shell/ivi-layout.c | 38 +++++++--------------- ivi-shell/ivi-shell.c | 42 ++++++++++-------------- ivi-shell/ivi-shell.h | 9 ++++++ 7 files changed, 113 insertions(+), 75 deletions(-) create mode 100644 ivi-shell/ivi-layout-shell.h -- 2.4.10 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel