diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 9e5ca5487..ef395c227 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -602,13 +602,13 @@ _e_comp_wl_evas_cb_resize(void *data, Evas_Object *obj EINA_UNUSED, void *event x = E_CLAMP(x, 1, x); y = E_CLAMP(y, 1, y); ec->comp_data->shell.configure_send(ec->comp_data->shell.surface, - e_comp->wl_comp_data->resize.edges, - x, y); + e_comp->wl_comp_data->resize.edges, + x, y); } else ec->comp_data->shell.configure_send(ec->comp_data->shell.surface, - e_comp->wl_comp_data->resize.edges, - ec->client.w, ec->client.h); + e_comp->wl_comp_data->resize.edges, + ec->client.w, ec->client.h); } static void