do not set focus in wayland client show callback for cursor clients

This commit is contained in:
Mike Blumenkrantz 2016-01-20 16:19:23 -05:00
parent 317f0794d6
commit 3b77b7aa43
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ _e_comp_wl_evas_cb_show(void *data, Evas *evas EINA_UNUSED, Evas_Object *obj EIN
if (!ec->override) e_hints_window_visible_set(ec);
if (!ec->ignored)
if ((!ec->ignored) && (!ec->comp_data->cursor))
{
if (ec->new_client)
ec->take_focus = !starting;