[protocol v6 PATCH] add maximised protocol

juan.j.zhao at linux.intel.com juan.j.zhao at linux.intel.com
Fri Feb 3 00:16:16 PST 2012


From: Juan Zhao <juan.j.zhao at linux.intel.com>

add a request from the client to notify the compositor the maximised
operation. The compositor will send a configure event back to the
client
---
 protocol/wayland.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index cad2507..805bbd0 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -428,6 +428,14 @@
       </description>
     </request>
 
+    <request name="set_maximised" >
+      <description summary="make the surface a maximised surface">
+	A request from the client to notify the compositor the maximised
+	operation. The compositor will send a configure event back to the
+	client.
+      </description>
+    </request>
+
     <request name="set_popup">
       <description summary="make the surface a popup surface">
 	Popup surfaces.  Will switch an implicit grab into
-- 
1.7.5.4



More information about the wayland-devel mailing list