devilhorns pushed a commit to branch master.

commit 38c725519bfa7814e13a7d4868db039661815188
Author: Chris Michael <[email protected]>
Date:   Tue Apr 9 13:22:34 2013 +0100

    Actually declare the idler variable so things build (Oopsie).
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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 c7431ae..d99752c 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
          * 

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to