allow focus on normal wl clients again

This commit is contained in:
Mike Blumenkrantz 2015-02-13 15:45:03 -05:00
parent 1ef496c9cc
commit 92079a11e7
1 changed files with 1 additions and 0 deletions

View File

@ -1196,6 +1196,7 @@ _e_xdg_shell_cb_surface_get(struct wl_client *client, struct wl_resource *resour
cdata->shell.unmap = _e_xdg_shell_surface_unmap;
/* set toplevel client properties */
ec->icccm.accepts_focus = 1;
ec->borderless = !ec->internal_elm_win;
ec->lock_border = EINA_TRUE;
ec->border.changed = ec->changes.border = !ec->borderless;