From d136391108deaf4725b9fc9c4836b59b45892ad7 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 7 Jan 2015 13:37:55 -0500 Subject: [PATCH] ecore-evas-wayland: Fix formatting Summary: no functional changes, just formatting Signed-off-by: Chris Michael --- .../ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 1 + 1 file changed, 1 insertion(+) 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 1c89f75730..e8b0853715 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 @@ -611,6 +611,7 @@ _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h) int maxw, maxh; int minw, minh; double a; + evas_output_framespace_get(ee->evas, NULL, NULL, &fw, &fh); if (ECORE_EVAS_PORTRAIT(ee))