Ecore_X: Function expects a Eina_Bool return, so let's use those ;)
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 30 Aug 2011 18:38:27 +0000 (18:38 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 30 Aug 2011 18:38:27 +0000 (18:38 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@63008 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/xlib/ecore_x_e.c

index 4caf1fd..72fd933 100644 (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