Don't take focus.

SVN revision: 44727
This commit is contained in:
Christopher Michael 2009-12-27 01:20:02 +00:00
parent 269e469496
commit 14d5f3fa5a
1 changed files with 1 additions and 1 deletions

View File

@ -1726,7 +1726,7 @@ e_kbd_int_new(const char *themedir, const char *syskbds, const char *sysdicts)
states[0] = ECORE_X_WINDOW_STATE_SKIP_TASKBAR;
states[1] = ECORE_X_WINDOW_STATE_SKIP_PAGER;
ecore_x_netwm_window_state_set(ki->win->evas_win, states, 2);
ecore_x_icccm_hints_set(ki->win->evas_win, 0, 0, 0, 0, 0, 0, 0);
zone = e_util_zone_current_get(e_manager_current_get());
e_win_no_remember_set(ki->win, 1);
e_win_resize(ki->win, zone->w, zone->h);