* Added initial support for styles! (no style hints as of yet though)
[rodin/chimara.git] / src / stream.h
index 578b1403ba8e3a68edd2dfb3ddec7c9b23ce32a7..0ea398e377fc98bf561e629ac9ce4434e4527fdc 100644 (file)
@@ -43,6 +43,8 @@ struct glk_stream_struct
        FILE *file_pointer;
        gboolean binary;
        gchar *filename; /* Displayable filename in UTF-8 for error handling */
+
+       gchar *style; /* Name of the current style */
 };
 
 G_GNUC_INTERNAL strid_t window_stream_new(winid_t window);