set wl popups as overrides

not technically correct but will mimic expected behavior more accurately
This commit is contained in:
Mike Blumenkrantz 2015-02-04 17:44:41 -05:00
parent f69dcf9181
commit ad41e45b84
1 changed files with 1 additions and 0 deletions

View File

@ -1306,6 +1306,7 @@ _e_xdg_shell_cb_popup_get(struct wl_client *client, struct wl_resource *resource
cdata->shell.map = _e_xdg_shell_surface_map;
cdata->shell.unmap = _e_xdg_shell_surface_unmap;
ec->override = 1;
ec->argb = EINA_TRUE;
ec->no_shape_cut = EINA_TRUE;
ec->borderless = !ec->internal_elm_win;