From 0990e6b6b2106abb183071a6650a4f55b59e2d8e Mon Sep 17 00:00:00 2001 From: captainigloo Date: Wed, 2 Nov 2011 19:44:36 +0000 Subject: [PATCH] ecore: fix ecore build when ecore_cocoa is not build ! git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64658 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/ecore_evas_cocoa.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore_evas/ecore_evas_cocoa.c b/src/lib/ecore_evas/ecore_evas_cocoa.c index af56879..ab4021d 100644 --- a/src/lib/ecore_evas/ecore_evas_cocoa.c +++ b/src/lib/ecore_evas/ecore_evas_cocoa.c @@ -9,9 +9,8 @@ #ifdef BUILD_ECORE_EVAS_OPENGL_COCOA #include -#endif - #include +#endif #include "ecore_evas_private.h" #include "Ecore_Evas.h" @@ -562,7 +561,7 @@ ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h) return NULL; #else - ERR("OUTCH name='%s' size=%dx%d!", name ? name : "", w, h); + ERR("OUTCH size=%dx%d!", w, h); return NULL; #endif } -- 2.7.4