From f19b00ed0d4f8445e33ea77dea72199b5d455c3c Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 9 May 2014 18:03:24 +0100 Subject: shell-helper: add set_panel request to override surface configure The weston_surface's configure function defined by weston's desktop-shell module had loads of things we don't want such as moving the surface to 0,0 and removing all other surface's from the panel layer. By setting our own configure function we can only do the things we want. --- protocol/shell-helper.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocol') diff --git a/protocol/shell-helper.xml b/protocol/shell-helper.xml index e9e324d..404b775 100644 --- a/protocol/shell-helper.xml +++ b/protocol/shell-helper.xml @@ -12,6 +12,10 @@ + + + + -- cgit v1.3.1