netwm actgivate requests simply do absoluttely nothing now with this

as false. this breaks expected functionality from apps - that they
request activation and eg - window is minimized... it gets shown at
least. app here wants attention/activation... this is better than
ignoring ti entirely. theres activation policy config specifically for
turning this off separately. :/



SVN revision: 82402
This commit is contained in:
Carsten Haitzler 2013-01-08 11:03:55 +00:00
parent da18b48e08
commit 27624264ee
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ _e_manager_cb_client_message(void *data __UNUSED__, int ev_type __UNUSED__, void
edje_object_signal_emit(bd->bg_object, "e,state,urgent", "e");
break;
default:
if (!bd->focused) e_border_activate(bd, EINA_FALSE);
if (!bd->focused) e_border_activate(bd, EINA_TRUE);
else e_border_raise(bd);
}