Backend support for using dynamic styles. See also Ticket #49.
[rodin/chimara.git] / libchimara / chimara-glk-private.h
index 6743ecd3aa41d7862a4da5af42beb6da780eeb25..44a2a49988ede5de56f680b913d80312fbc5ce62 100644 (file)
@@ -27,9 +27,9 @@ struct _ChimaraGlkPrivate {
        guint spacing;
        /* The CSS file to read style defaults from */
        gchar *css_file;
-       /* Hashtable containing the default and current style */
-       struct StyleSet *default_styles;
-       struct StyleSet *current_styles;
+       /* Hashtable containing the current styles set by CSS and GLK */
+       struct StyleSet *styles;
+       struct StyleSet *glk_styles;
        PangoAttrList *pager_attr_list;
        /* Final message displayed when game exits */
        gchar *final_message;