summaryrefslogtreecommitdiff
path: root/src/modules/wl_desktop_shell
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-04-18 15:27:47 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-04-18 15:27:47 -0400
commit536a3a7ff667de1d8df488fc01a0f6ff341668d5 (patch)
treec2b2590a32d9154e26f93c1d7a3df2f721b11cbe /src/modules/wl_desktop_shell
parent40af8d5193b7f87e997bd4a5a2eb0a18b8acb4d7 (diff)
downloadenlightenment-536a3a7ff667de1d8df488fc01a0f6ff341668d5.tar.gz
make startup/restart app exec timing protocol-specific
this allows different display protocols to start their applications at different times to ensure that any initialization has completed prior to starting anything requiring a window fix T3475
Diffstat (limited to 'src/modules/wl_desktop_shell')
-rw-r--r--src/modules/wl_desktop_shell/e_mod_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/wl_desktop_shell/e_mod_main.c b/src/modules/wl_desktop_shell/e_mod_main.c
index 5fb289a242..ea48f54b2f 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -1507,6 +1507,8 @@ e_modapi_init(E_Module *m)
return NULL;
}
#endif
+ e_startup();
+
return m;
}