warning--

SVN revision: 65141
This commit is contained in:
Carsten Haitzler 2011-11-14 04:32:12 +00:00
parent b0716602f1
commit 0d3f5383bf
1 changed files with 3 additions and 1 deletions

View 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
}