Added raise to the shell surface interface in wayland client protocol
authorJimmy Huang <jimmy.huang@intel.com>
Wed, 27 Feb 2013 23:45:14 +0000 (15:45 -0800)
committerOssama Othman <ossama.othman@intel.com>
Fri, 19 Apr 2013 22:50:25 +0000 (15:50 -0700)
Extending the shell surface interface by defining a raise request which
clients can send to raise a shell surface to the top of the window stack,
this is added as a work-around for app-core resume app functionality to
work properly in wayland, so it behaves the same as raising a window in
X using _NET_ACTIVE_WINDOW property.

Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
protocol/wayland.xml

index c4d62da..9c5438d 100644 (file)
       <arg name="class_" type="string"/>
     </request>
 
+    <request name="raise">
+      <description summary="raise surface">
+        Tell the compositor to raise the a shell surface.
+      </description>
+    </request>
+
     <event name="ping">
       <description summary="ping client">
        Ping a client to check if it is receiving events and sending