discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=aa686641b1c402dc77e83f9cd8eb9583377793b6

commit aa686641b1c402dc77e83f9cd8eb9583377793b6
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Mar 31 12:54:21 2016 -0400

    remove wl xdg popup new_client stuff from get_popup method
    
    ref d7f7eb9448dc804f0d0d8d09837ad395abb579a8
---
 src/modules/wl_desktop_shell/e_mod_main.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/modules/wl_desktop_shell/e_mod_main.c 
b/src/modules/wl_desktop_shell/e_mod_main.c
index e3f5d7c..16880a3 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -1241,10 +1241,6 @@ _e_xdg_shell_cb_popup_get(struct wl_client *client, 
struct wl_resource *resource
    cdata->shell.unmap = _e_xdg_shell_surface_unmap;
    cdata->shell.data = E_NEW(E_Shell_Data, 1);
 
-   EC_CHANGED(ec);
-   ec->new_client = ec->want_focus = ec->override = 1;
-   e_client_unignore(ec);
-   e_comp->new_clients++;
    if (!ec->internal)
      ec->borderless = !ec->internal_elm_win;
    ec->lock_border = EINA_TRUE;

-- 


Reply via email to