From fec5263ce812a605d3157f6df278729009932dfd Mon Sep 17 00:00:00 2001 From: Jimmy Huang Date: Wed, 27 Feb 2013 15:45:14 -0800 Subject: [PATCH] Added raise to the shell surface interface in wayland client protocol 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 --- protocol/wayland.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index c4d62da..9c5438d 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -699,6 +699,12 @@ + + + Tell the compositor to raise the a shell surface. + + + Ping a client to check if it is receiving events and sending -- 2.7.4