remove unnecessary EC_CHANGED from wl shell creation

new clients are always changed, this is redundant
This commit is contained in:
Mike Blumenkrantz 2015-02-04 18:09:32 -05:00
parent c196ce0c12
commit c67e31f99b
1 changed files with 0 additions and 2 deletions

View File

@ -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->border.changed = ec->changes.border = !ec->borderless;
ec->netwm.type = E_WINDOW_TYPE_NORMAL; ec->netwm.type = E_WINDOW_TYPE_NORMAL;
ec->comp_data->set_win_type = EINA_TRUE; ec->comp_data->set_win_type = EINA_TRUE;
EC_CHANGED(ec);
} }
static void static void
@ -1332,7 +1331,6 @@ _e_xdg_shell_cb_popup_get(struct wl_client *client, struct wl_resource *resource
cdata->popup.y = y; cdata->popup.y = y;
} }
EC_CHANGED(ec);
} }
static void static void