Ecore_X: Function expects a Eina_Bool return, so let's use those ;)

SVN revision: 63008
This commit is contained in:
Christopher Michael 2011-08-30 18:38:27 +00:00
parent f1804f736b
commit 0c3a54457d
1 changed files with 2 additions and 2 deletions

View File

@ -894,10 +894,10 @@ ecore_x_e_comp_sync_supported_get(Ecore_X_Window root)
ECORE_X_ATOM_WINDOW,
&win2, 1);
if ((ret == 1) && (win2 == win))
return 1;
return EINA_TRUE;
}
return 0;
return EINA_FALSE;
} /* ecore_x_e_comp_sync_supported_get */
EAPI void