* Implemented the library-dependant functionality of BLORBs
[rodin/chimara.git] / src / chimara-glk-private.h
index 35fac923f73086a5d83923676b75480a1950c00c..9520f1b909fcf0e08e8ec21e06b9a67fd0ab449c 100644 (file)
@@ -5,6 +5,7 @@
 #include <gmodule.h>
 #include <pango/pango.h>
 #include "glk.h"
+#include "gi_blorb.h"
 #include "chimara-glk.h"
 
 G_BEGIN_DECLS
@@ -48,6 +49,10 @@ struct _ChimaraGlkPrivate {
     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) \