From 84301f2ddebebe2fcd3e59e426ea2f84d2952684 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 23 Feb 2010 18:12:43 +0000 Subject: [PATCH] Believe that home windows can now accept/take focus. Have not seen any adverse effects with this yet. SVN revision: 46396 --- src/modules/illume-home/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index 20f2935..6c961c1 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -325,7 +325,7 @@ _il_home_win_new(Instance *inst) e_win_no_remember_set(hwin->win, EINA_TRUE); /* don't accept focus */ - ecore_x_icccm_hints_set(hwin->win->evas_win, 0, 0, 0, 0, 0, 0, 0); +// ecore_x_icccm_hints_set(hwin->win->evas_win, 0, 0, 0, 0, 0, 0, 0); snprintf(buff, sizeof(buff), "%s/e-module-illume-home.edj", il_home_cfg->mod_dir); -- 2.7.4