X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fstream.h;h=0ea398e377fc98bf561e629ac9ce4434e4527fdc;hb=91214934fbcdfd363202a65c142194506604ff7b;hp=578b1403ba8e3a68edd2dfb3ddec7c9b23ce32a7;hpb=be17c5d5762dbf66acf50cf0698e63295d47d5cb;p=projects%2Fchimara%2Fchimara.git diff --git a/src/stream.h b/src/stream.h index 578b140..0ea398e 100644 --- a/src/stream.h +++ b/src/stream.h @@ -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);