Started using thread-private data. Multisession still doesn't work, but regular opera...
[rodin/chimara.git] / libchimara / timer.h
index 1edb670e2c322432af5daf8abc08ffd82267fdd9..b3baf7beabfbd5165969b3a3e01f8313c81dc6d8 100644 (file)
@@ -3,8 +3,9 @@
 
 #include <glib.h>
 #include "event.h"
+#include "chimara-glk.h"
 #include "chimara-glk-private.h"
 
-G_GNUC_INTERNAL gboolean push_timer_event(gpointer  data);
+G_GNUC_INTERNAL gboolean push_timer_event(ChimaraGlk *glk);
 
 #endif