set wl popups to appropriate layer in shell module

This commit is contained in:
Mike Blumenkrantz 2015-02-13 15:24:24 -05:00
parent 23aad426aa
commit af0508baf9
1 changed files with 1 additions and 1 deletions

View File

@ -1318,7 +1318,7 @@ _e_xdg_shell_cb_popup_get(struct wl_client *client, struct wl_resource *resource
ec->changes.icon = !!ec->icccm.class;
ec->netwm.type = E_WINDOW_TYPE_POPUP_MENU;
ec->comp_data->set_win_type = EINA_TRUE;
ec->layer = E_LAYER_CLIENT_POPUP;
evas_object_layer_set(ec->frame, E_LAYER_CLIENT_POPUP);
/* set this client as a transient for parent */
_e_shell_surface_parent_set(ec, parent_resource);