Believe that home windows can now accept/take focus. Have not seen any

adverse effects with this yet.



SVN revision: 46396
This commit is contained in:
Christopher Michael 2010-02-23 18:12:43 +00:00
parent ecc2b94660
commit 84301f2dde
1 changed files with 1 additions and 1 deletions

View File

@ -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);