X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk-private.h;fp=src%2Fchimara-glk-private.h;h=8bef3f29b22aa71c088896467d9cb4416dcf11c3;hb=e66286d2dba385eef01ef1d45a57e4cf8a0df04f;hp=9395b40a46f38fc903cd914f73834aef43098a03;hpb=24aef54d7203143092c9a7c91096c54494590851;p=rodin%2Fchimara.git diff --git a/src/chimara-glk-private.h b/src/chimara-glk-private.h index 9395b40..8bef3f2 100644 --- a/src/chimara-glk-private.h +++ b/src/chimara-glk-private.h @@ -3,6 +3,7 @@ #include #include +#include #include "glk.h" #include "chimara-glk.h" @@ -17,6 +18,10 @@ struct _ChimaraGlkPrivate { gboolean interactive; /* Whether file operations are allowed */ gboolean protect; + /* Font description of proportional font */ + PangoFontDescription *default_font_desc; + /* Font description of monospace font */ + PangoFontDescription *monospace_font_desc; /* Glk program loaded in widget */ GModule *program; /* Thread in which Glk program is run */