Patched to work under Wayland environment 31/2731/1
authorJimmy Huang <jimmy.huang@intel.com>
Fri, 8 Feb 2013 00:53:04 +0000 (16:53 -0800)
committerJimmy Huang <jimmy.huang@intel.com>
Fri, 8 Feb 2013 00:53:04 +0000 (16:53 -0800)
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
src/menu_daemon.c

index 12da1d2..b820f04 100644 (file)
@@ -248,7 +248,10 @@ static void _hibernation_preleave_cb(void *data)
        aul_launch_init(NULL,NULL);
        aul_listen_app_dead_signal(_dead_cb, NULL);
 
+#if 0
+       /* X Specific */
        create_key_window();
+#endif
        pkg_event_init();
 
        if (unlink(SAT_DESKTOP_FILE) != 0)
@@ -329,7 +332,10 @@ int elm_main(int argc, char *argv[])
                fprintf(stderr,"Heynoti attach handler is done\n");
 
        elm_run();
+#if 0
+       /* X Specific */
        destroy_key_window();
+#endif
        elm_exit();
        return 0;
 }