Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-10-19 06:53:48 +0300
committerCampbell Barton <campbell@blender.org>2022-10-19 06:53:48 +0300
commit42f37106c59e454764a5a2c5c03c02a71efab49e (patch)
treea70a6fcd6740d47202c007ff258ba229240f479b /intern/wayland_dynload
parente4c5a46c1294eefd7464395bca9551b9ca866aea (diff)
GHOST/Wayland: add listener for touch events (no touch support yet)
Currently unused as my tablet isn't generating touch events. This may be useful for development as touch events are logged.
Diffstat (limited to 'intern/wayland_dynload')
-rw-r--r--intern/wayland_dynload/extern/wayland_dynload_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/wayland_dynload/extern/wayland_dynload_client.h b/intern/wayland_dynload/extern/wayland_dynload_client.h
index 8e9dddd91a3..d80ef5c9f0c 100644
--- a/intern/wayland_dynload/extern/wayland_dynload_client.h
+++ b/intern/wayland_dynload/extern/wayland_dynload_client.h
@@ -41,6 +41,7 @@ WAYLAND_DYNLOAD_IFACE(wl_seat_interface)
WAYLAND_DYNLOAD_IFACE(wl_shm_interface)
WAYLAND_DYNLOAD_IFACE(wl_shm_pool_interface)
WAYLAND_DYNLOAD_IFACE(wl_surface_interface)
+WAYLAND_DYNLOAD_IFACE(wl_touch_interface)
#else
/* Header guard. */