Backend support for using dynamic styles. See also Ticket #49.
[rodin/chimara.git] / libchimara / stream.h
index ef6b1f0dce5613e27e943ac7543275d7618c5bff..b60e022f70703f47c845282978fff77244866f3e 100644 (file)
@@ -50,6 +50,7 @@ struct glk_stream_struct
        gchar *filename; /* Displayable filename in UTF-8 for error handling */
 
        gchar *style; /* Name of the current style */
+       gchar *glk_style; /* Name of the current glk style override */
        gboolean hyperlink_mode; /* When turned on, text written to the stream will be a hyperlink */
 };