summaryrefslogtreecommitdiff
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
parentee12e69b8fb8c55460126e4e527eb4f7fee5526e (diff)
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>
-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.