* Added timer support
[rodin/chimara.git] / src / chimara-glk-private.h
index 2a1373d7459fb54e2fcbc68285237a7a9800071d..35fac923f73086a5d83923676b75480a1950c00c 100644 (file)
@@ -46,6 +46,8 @@ struct _ChimaraGlkPrivate {
     strid_t current_stream;
     /* List of streams currently in existence */
     GList *stream_list;
+       /* Current timer */
+       guint timer_id;
 };
 
 #define CHIMARA_GLK_PRIVATE(obj) \