From 45340521f961ecc6c7d99519c6102692b11da338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 19 Jan 2014 19:41:27 +0100 Subject: [PATCH] ecore_evas_wayland_common: fix compilation, missing bits of 892b1c5 --- .../ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index 86044ca15e..90223f8b87 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -303,7 +303,6 @@ _ecore_evas_wl_common_cb_window_configure(void *data EINA_UNUSED, int type EINA_ orig_w = nw; orig_h = nh; - } if (ECORE_EVAS_PORTRAIT(ee)) { nw -= fw;