Added first support for CSS files.
[rodin/chimara.git] / libchimara / chimara-glk-private.h
index e1067b247506fd78aea1b759709182e470807175..25417d368524d95c18533cd5b783c1d5fa767611 100644 (file)
@@ -27,6 +27,10 @@ struct _ChimaraGlkPrivate {
        PangoFontDescription *monospace_font_desc;
        /* Spacing between Glk windows */
        guint spacing;
+       /* The CSS file to read style defaults from */
+       gchar *css_file;
+       /* Hashtable containing the default styles */
+       GHashTable *default_styles;
 
        /* *** Threading data *** */
     /* Glk program loaded in widget */