X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk-private.h;h=77eb4f5d16c6b235487cbda053d3ce677b57f442;hb=a2e82e317a6000511953c2dbc0eb1026c7b245a7;hp=99e858992b42f1012e6e9e032cd04f8f7a0a9815;hpb=65f88142d8843d16c203efad8830fbebba888f0f;p=rodin%2Fchimara.git diff --git a/libchimara/chimara-glk-private.h b/libchimara/chimara-glk-private.h index 99e8589..77eb4f5 100644 --- a/libchimara/chimara-glk-private.h +++ b/libchimara/chimara-glk-private.h @@ -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 */