return proper default if accpet focus hint simply not provided

SVN revision: 15926
This commit is contained in:
Carsten Haitzler 2005-07-28 07:38:37 +00:00
parent 4968cbd6e6
commit 25ee18e1ed
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ ecore_x_icccm_hints_get(Ecore_X_Window win,
XWMHints *hints;
if (accepts_focus)
*accepts_focus = 0;
*accepts_focus = 1;
if (initial_state)
*initial_state = ECORE_X_WINDOW_STATE_HINT_NORMAL;
if (icon_pixmap)