diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2013-10-11 09:32:09 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2013-10-11 09:36:35 +0100 |
commit | ee155b771ddb8f063105f013c652b65f2ff663c1 (patch) | |
tree | 3298f9b589679e6fb6a18bd980224d480a7a031e /src/lib/ecore_wayland/ecore_wl_private.h | |
parent | 68a4e85483ec50c12ef3984a33e42c3bdd373790 (diff) |
Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool.""
You can bet on reverting makes people speed up the process in fixing it.
Revert the revert here now that Cedric fixed it in eina.
This reverts commit 875e7cf74de68d05f6fd28d26ad8bddab7782316.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index b83aae38eb..dc034af8d8 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -95,6 +95,4 @@ void _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source); | |||
95 | void _ecore_wl_events_init(void); | 95 | void _ecore_wl_events_init(void); |
96 | void _ecore_wl_events_shutdown(void); | 96 | void _ecore_wl_events_shutdown(void); |
97 | 97 | ||
98 | void _ecore_wl_subsurfs_del_all(Ecore_Wl_Window *win); | ||
99 | |||
100 | #endif | 98 | #endif |