[protocol PATCH v5 2/2] add maximised protocol

juan.j.zhao at linux.intel.com juan.j.zhao at linux.intel.com
Mon Jan 16 22:17:22 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

Signed-off-by: Juan Zhao <juan.j.zhao at linux.intel.com>
Signed-off-by: Zhiwen Wu <zhiwen.wu at linux.intel.com>
---
 protocol/wayland.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index e48afa9..5639859 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -368,6 +368,11 @@
       <entry name="fill" value="3"/>
     </enum>
 
+    <!-- A request from the client to notify the compositor the maximised
+         operation. The compositor will send a configure event back to the
+         client -->
+    <request name="set_maximised" />
+
     <!-- Popup surfaces.  Will switch an implicit grab into
          owner-events mode, and grab will continue after the implicit
          grab ends (button released).  Once the implicit grab is over,
-- 
1.7.2.2



More information about the wayland-devel mailing list