warning--
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Nov 2011 04:32:12 +0000 (04:32 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Nov 2011 04:32:12 +0000 (04:32 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@65141 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_cocoa.c

index ab4021d..df70843 100644 (file)
@@ -561,7 +561,9 @@ ecore_evas_cocoa_new(Ecore_Cocoa_Window *parent, int x, int y, int w, int h)
   
   return NULL;
 #else
-  ERR("OUTCH size=%dx%d!", w, h);
+  ERR("Cocoa support in ecore-evas not enabled");
   return NULL;
+  parent = NULL;
+  x = y = w = h = 0;
 #endif
 }