From 38c725519bfa7814e13a7d4868db039661815188 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 9 Apr 2013 13:22:34 +0100 Subject: [PATCH] Actually declare the idler variable so things build (Oopsie). Signed-off-by: Chris Michael --- src/bin/e_comp_wl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index c7431ae5c..d99752ca0 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -96,6 +96,7 @@ static const struct wl_surface_interface _e_surface_interface = }; /* local variables */ +static Ecore_Idler *_module_ilder = NULL; /* external variables */ E_Wayland_Compositor *_e_wl_comp; @@ -313,7 +314,7 @@ _e_comp_wl_cb_module_idle(void *data EINA_UNUSED) if (mod) { e_module_enable(mod); - _idler = NULL; + _module_idler = NULL; /* flush any pending events *