From: raster Date: Mon, 3 Jan 2011 01:29:37 +0000 (+0000) Subject: wtf? why a ! ... ??? that was wrong-ish. X-Git-Tag: build/2012-07-04.173327~1401 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1b25e125174e4f38495613fd86cb3de8af36c66;p=profile%2Fivi%2Fecore.git wtf? why a ! ... ??? that was wrong-ish. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@55802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/xlib/ecore_x_region.c b/src/lib/ecore_x/xlib/ecore_x_region.c index 409ee89..f70e2bf 100644 --- a/src/lib/ecore_x/xlib/ecore_x_region.c +++ b/src/lib/ecore_x/xlib/ecore_x_region.c @@ -112,7 +112,7 @@ ecore_x_xregion_is_empty(Ecore_X_XRegion *region) return EINA_TRUE; LOGFN(__FILE__, __LINE__, __FUNCTION__); - return !XEmptyRegion((Region)region) ? EINA_TRUE : EINA_FALSE; + return XEmptyRegion((Region)region) ? EINA_TRUE : EINA_FALSE; } /* ecore_x_xregion_is_empty */ EAPI Eina_Bool