input: bump wl_seat version to 6 and wayland minimum version to 1.17 28/316228/1
authorduna.oh <duna.oh@samsung.com>
Wed, 11 Dec 2024 08:33:00 +0000 (17:33 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 12 Dec 2024 02:51:21 +0000 (11:51 +0900)
commit0aeaaa5c9c29f9dcd157e289b8643ce501f3ecaa
tree8f8d95076617135b39521fed5d7a7146834118a8
parentadb06f96134151c82f44dc663b1d57532c3f9eea
input: bump wl_seat version to 6 and wayland minimum version to 1.17

In version 5, wl_pointer events are added. ex.frame, axis_source, etc.
and wl_seat' destructor request are added.
In version 6, wl_touch events are added. ex. shape, orientation.

To support version 5 and 6, E20 simply adds a callback of new request.
(dont' have to send new events)

We require wayland-server >= 1.17 to support wl_seat version 7 as well.

Change-Id: Ieec5ae2d1ebe401aaae1d573a9b59275a8a714fb
configure.ac
src/bin/server/e_comp_wl_input.c