wtf? why a ! ... ??? that was wrong-ish.

SVN revision: 55802
This commit is contained in:
Carsten Haitzler 2011-01-03 01:29:37 +00:00
parent 677b5d0c73
commit 039fe1e4bf
1 changed files with 1 additions and 1 deletions

View File

@ -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