don't set wl xdg-foreign clients as modal

protocol says this should be the same as xdg_surface.set_parent which is
not the same as modal
This commit is contained in:
Mike Blumenkrantz 2017-04-07 16:07:25 -04:00
parent 53233ec53f
commit d897f834ee
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ _e_comp_wl_zxdg_imported_v1_set_parent_of(struct wl_client *client EINA_UNUSED,
{
evas_object_event_callback_add(ec->frame, EVAS_CALLBACK_DEL, _imported_del, im);
e_client_parent_set(ec, im->ex->ec);
ec->parent->modal = ec;
ec->parent->lock_close = 1;
}
}