Actually declare the idler variable so things build (Oopsie).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-09 13:22:34 +01:00
parent 6653eccd17
commit 38c725519b
1 changed files with 2 additions and 1 deletions

View File

@ -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
*