2010-06-28 Lucas De Marchi <[email protected]>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
- wtf/efl/MainThreadEfl.cpp:
(WTF::timeoutFired): Return Eina_Bool instead of int.
2010-06-28 Lucas De Marchi <[email protected]>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
- efl/EWebLauncher/main.c:
- efl/ewk/ewk_view.cpp:
(_ewk_view_zoom_animator_cb): Return Eina_Bool instead of int.
2010-06-28 Lucas De Marchi <[email protected]>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
No new functionality, so no new tests.
- platform/efl/SharedTimerEfl.cpp:
(WebCore::timerEvent): Return Eina_Bool instead of int.
2010-06-28 Lucas De Marchi <[email protected]>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
- cmake/FindEFL.cmake: Bump version of Ecore dependency.