Pager in place
[rodin/chimara.git] / libchimara / chimara-glk-private.h
index 99e858992b42f1012e6e9e032cd04f8f7a0a9815..77eb4f5d16c6b235487cbda053d3ce677b57f442 100644 (file)
@@ -34,9 +34,12 @@ struct _ChimaraGlkPrivate {
        /* Hashtable containing the default and current style */
        struct StyleSet *default_styles;
        struct StyleSet *current_styles;
+       PangoAttrList *pager_attr_list;
        gboolean style_initialized; /* Have styles been initialized */
        /* Final message displayed when game exits */
        gchar *final_message;
+       /* Image cache */
+       GSList *image_cache;
 
        /* *** Threading data *** */
        /* Whether program is running */