config: create system surfaces on top, but not visible.
authorJan Ekström <jan.ekstrom@intel.com>
Fri, 24 Oct 2014 15:14:40 +0000 (18:14 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:19 +0000 (18:37 +0200)
This matches CicoSCWindowController, and fixes the application
launcher (menuwindow) coming up when the ICO HomeScreen is started.

Change-Id: I8e8f135979e9342e7b3012499aa7263185bf968c

packaging.in/murphy.lua

index 866a8ae..317f30d 100644 (file)
@@ -1280,7 +1280,7 @@ wmgr = window_manager {
                           if s == "system" then
                               local a = animation({})
                               local r = m:JSON({surface = win.surface,
-                                                visible = 1,
+                                                visible = 0,
                                                 raise   = 1})
                               self:window_request(r,a,0)
                           else