X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk-private.h;h=ba638a0e6e8496833c41f457ca1851ef73171023;hb=a7665032bcdacab5d3441eb9d03cfe6b0c0c4923;hp=2a1373d7459fb54e2fcbc68285237a7a9800071d;hpb=69aee4eedc120d7b650a6810b174fa8492a4a5e4;p=projects%2Fchimara%2Fchimara.git diff --git a/src/chimara-glk-private.h b/src/chimara-glk-private.h index 2a1373d..ba638a0 100644 --- a/src/chimara-glk-private.h +++ b/src/chimara-glk-private.h @@ -5,6 +5,7 @@ #include #include #include "glk.h" +#include "gi_blorb.h" #include "chimara-glk.h" G_BEGIN_DECLS @@ -46,6 +47,12 @@ struct _ChimaraGlkPrivate { strid_t current_stream; /* List of streams currently in existence */ GList *stream_list; + /* Current timer */ + guint timer_id; + /* Current resource blorb map */ + giblorb_map_t *resource_map; + /* File stream pointing to the blorb used as current resource map */ + strid_t resource_file; }; #define CHIMARA_GLK_PRIVATE(obj) \