discomfitor pushed a commit to branch master.

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

commit c67e31f99b1c1bca5a97ae73fdfebf8a9b9461d6
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Feb 4 18:09:32 2015 -0500

    remove unnecessary EC_CHANGED from wl shell creation
    
    new clients are always changed, this is redundant
---
 src/modules/wl_desktop_shell/e_mod_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/wl_desktop_shell/e_mod_main.c 
b/src/modules/wl_desktop_shell/e_mod_main.c
index 374d399..a8579c2 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -1205,7 +1205,6 @@ _e_xdg_shell_cb_surface_get(struct wl_client *client, 
struct wl_resource *resour
    ec->border.changed = ec->changes.border = !ec->borderless;
    ec->netwm.type = E_WINDOW_TYPE_NORMAL;
    ec->comp_data->set_win_type = EINA_TRUE;
-   EC_CHANGED(ec);
 }
 
 static void 
@@ -1332,7 +1331,6 @@ _e_xdg_shell_cb_popup_get(struct wl_client *client, 
struct wl_resource *resource
         cdata->popup.y = y;
      }
 
-   EC_CHANGED(ec);
 }
 
 static void 

-- 


Reply via email to