[Wayland] Add touch event & xdg-shell functions in wayland backend 76/120976/2
authorWonsik, Jung <sidein@samsung.com>
Mon, 27 Mar 2017 02:25:00 +0000 (11:25 +0900)
committerWonsik, Jung <sidein@samsung.com>
Mon, 27 Mar 2017 04:07:43 +0000 (13:07 +0900)
commitd4b4f32b9aeb546ee4257de32eeab4ea1f468b58
tree81a4cc08bbd7b0493d1a32288e716336063f0947
parent15952dad383b6d7646e5457a622b45898e00cce3
[Wayland] Add touch event & xdg-shell functions in wayland backend

In Wayland bakcend, add touch event & xdg-shell listener

Change-Id: Ic1f30b823a9edf90ea2ea05b43b23a6b25188ba4
21 files changed:
autom4te.cache/output.0 [deleted file]
autom4te.cache/requests [deleted file]
autom4te.cache/traces.0 [deleted file]
configure
configure.in
src/video/wayland/SDL_waylanddyn.h
src/video/wayland/SDL_waylandevents.c
src/video/wayland/SDL_waylandsym.h
src/video/wayland/SDL_waylandvideo.c
src/video/wayland/SDL_waylandvideo.h
src/video/wayland/SDL_waylandwindow.c
src/video/wayland/ivi-application-client-protocol.h [new file with mode: 0644]
src/video/wayland/ivi-application-protocol.c [new file with mode: 0644]
src/video/wayland/session-recovery-client-protocol.h [new file with mode: 0644]
src/video/wayland/session-recovery-protocol.c [new file with mode: 0644]
src/video/wayland/session-recovery.xml [new file with mode: 0644]
src/video/wayland/subsurface-client-protocol.h [new file with mode: 0644]
src/video/wayland/subsurface-protocol.c [new file with mode: 0644]
src/video/wayland/tizen-policy-ext-client-protocol.h [new file with mode: 0644]
src/video/wayland/tizen-policy-ext-protocol.c [new file with mode: 0644]
test/configure