aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-03-12 14:21:54 +0100
committerSimon Ser <contact@emersion.fr>2024-04-24 16:18:28 +0000
commitda8e1bbc45bde2debc6c8a1f9e3c67cb964de968 (patch)
tree2c1839f548462cbf7e29797521774c296b0b937a /protocol
parentAdd support for the deprecated-since XML attribute (diff)
downloadwayland-da8e1bbc45bde2debc6c8a1f9e3c67cb964de968.tar
wayland-da8e1bbc45bde2debc6c8a1f9e3c67cb964de968.tar.gz
wayland-da8e1bbc45bde2debc6c8a1f9e3c67cb964de968.tar.bz2
wayland-da8e1bbc45bde2debc6c8a1f9e3c67cb964de968.tar.lz
wayland-da8e1bbc45bde2debc6c8a1f9e3c67cb964de968.tar.xz
wayland-da8e1bbc45bde2debc6c8a1f9e3c67cb964de968.tar.zst
wayland-da8e1bbc45bde2debc6c8a1f9e3c67cb964de968.zip
protocol: mark wl_pointer.axis_discrete as deprecated
Since version 8, this event isn't sent anymore. Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 4c37616..b387330 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -2296,7 +2296,7 @@
<arg name="axis" type="uint" enum="axis" summary="the axis stopped with this event"/>
</event>
- <event name="axis_discrete" since="5">
+ <event name="axis_discrete" since="5" deprecated-since="8">
<description summary="axis click event">
Discrete step information for scroll and other axes.