e-comp-wl: Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-06-25 09:48:44 -04:00
parent afb62b4989
commit 9d2e1fbc85
1 changed files with 4 additions and 4 deletions

View File

@ -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