devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d136391108deaf4725b9fc9c4836b59b45892ad7
commit d136391108deaf4725b9fc9c4836b59b45892ad7 Author: Chris Michael <cp.mich...@samsung.com> Date: Wed Jan 7 13:37:55 2015 -0500 ecore-evas-wayland: Fix formatting Summary: no functional changes, just formatting Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/modules/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 1c89f75..e8b0853 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)) --