diff options
| author | Robert Ancell <robert.ancell@canonical.com> | 2026-04-28 16:28:21 +1200 |
|---|---|---|
| committer | Robert Ancell <robert.ancell@canonical.com> | 2026-04-29 10:19:54 +1200 |
| commit | c072ae6f5f5b01dc895edef677a0f546fb78cc3b (patch) | |
| tree | 293c7b0af08e741ccc92d915986e19af8526ae92 | |
| parent | protocol: Fix reference to wrong interface (diff) | |
| download | wayland-main.tar wayland-main.tar.gz wayland-main.tar.bz2 wayland-main.tar.lz wayland-main.tar.xz wayland-main.tar.zst wayland-main.zip | |
Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 90634f43..a4e274f8 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -2816,7 +2816,7 @@ of the ellipse, while the minor axis length describes the shorter diameter. Major and minor are orthogonal and both are specified in surface-local coordinates. The center of the ellipse is always at the - touchpoint location as reported by wl_touch.down or wl_touch.move. + touchpoint location as reported by wl_touch.down or wl_touch.motion. This event is only sent by the compositor if the touch device supports shape reports. The client has to make reasonable assumptions about the |
