Fix wl_shell popup livelock

Trying to put wl_shell popups in the popup layer results in stacking
problems later and a never ending loop.

Just don't.

fix T3433
This commit is contained in:
Derek Foreman 2016-06-16 14:36:16 -05:00 committed by Mike Blumenkrantz
parent fbb30b1887
commit 5f5b471c15
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ _e_shell_surface_cb_popup_set(struct wl_client *client EINA_UNUSED, struct wl_re
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;
/* set this client as a transient for parent */
_e_shell_surface_parent_set(ec, parent_resource);