[PATCH] Add protocol support for wl_shell_surface_touch_move

Rusty Lynch rusty.lynch at intel.com
Wed Aug 14 10:34:57 PDT 2013


>From d1d0df0688650ea23a1c5c788f7d7bbf3e7e034c Mon Sep 17 00:00:00 2001
From: Rusty Lynch <rusty.lynch at intel.com>
Date: Wed, 14 Aug 2013 08:06:39 -0700
Subject: [PATCH] Add protocol support for wl_shell_surface_touch_move

---
 protocol/wayland.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index d7bbbb9..b106dcf 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -916,6 +916,18 @@
       <arg name="class_" type="string"/>
     </request>
 
+    <request name="touch_move">
+      <description summary="start an interactive touch based move">
+	Start a touch-driven move of the surface.
+
+	This request must be used in response to a touch down event.
+	The server may ignore move requests depending on the state of
+	the surface (e.g. fullscreen or maximized).
+      </description>
+      <arg name="seat" type="object" interface="wl_seat" summary="the wl_seat associated with the touch"/>
+      <arg name="serial" type="uint" summary="serial of the implicit grab on the touch"/>
+    </request>
+
     <event name="ping">
       <description summary="ping client">
 	Ping a client to check if it is receiving events and sending
-- 
1.8.3.1





More information about the wayland-devel mailing list