Request to showing main window in advance in wayland environment 53/45053/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 31 Jul 2015 02:49:37 +0000 (11:49 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 31 Jul 2015 02:49:37 +0000 (11:49 +0900)
Change-Id: Ia826fc7f00a883b9a15c08444f2b712e335bf6df

src/sclcoreui-efl.cpp

index 46dd493..cd75b88 100644 (file)
@@ -464,7 +464,9 @@ void CSCLCoreUIEFL::run(const sclchar *display)
         signal(SIGINT,  signal_handler);
         signal(SIGHUP,  signal_handler);
 
+#ifdef WAYLAND
         evas_object_show(main_window);
+#endif
 
         elm_run();