X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fstream.h;h=b60e022f70703f47c845282978fff77244866f3e;hp=193da479a174d543eaf4b62e1ed2402c4aea09b5;hb=268cb7d6d08efc2fcbe52aa7b1e0d27ec19b6dc0;hpb=13b21e2a9ba53c7109ae0bbfd774f16f0c9d4413 diff --git a/libchimara/stream.h b/libchimara/stream.h index 193da47..b60e022 100644 --- a/libchimara/stream.h +++ b/libchimara/stream.h @@ -2,6 +2,7 @@ #define STREAM_H #include +#include "chimara-glk-private.h" #include "glk.h" #include "gi_dispa.h" #include "window.h" @@ -49,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 */ };