fix function name

patch by Albin Tonnerre


SVN revision: 45431
This commit is contained in:
Vincent Torri 2010-01-22 06:53:24 +00:00
parent 8d9d9ea3a3
commit 01adcea234
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ ecore_x_xregion_is_empty(Ecore_X_XRegion *region)
}
EAPI int
ecore_x_xregion_is_empty(Ecore_X_XRegion *r1, Ecore_X_XRegion *r2)
ecore_x_xregion_is_equal(Ecore_X_XRegion *r1, Ecore_X_XRegion *r2)
{
if (!r1 || !r2)
return 0;