X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk-private.h;h=8bef3f29b22aa71c088896467d9cb4416dcf11c3;hb=aa0f8e10254824b85a93d67030a9f014e2cbf4f1;hp=c6fc556495ebe1879f0c7a9799b7c22a58cd7b12;hpb=c6cb6dcf2f5e1c581a847e8619ee49f75b2ec979;p=projects%2Fchimara%2Fchimara.git diff --git a/src/chimara-glk-private.h b/src/chimara-glk-private.h index c6fc556..8bef3f2 100644 --- a/src/chimara-glk-private.h +++ b/src/chimara-glk-private.h @@ -2,6 +2,8 @@ #define __CHIMARA_GLK_PRIVATE_H__ #include +#include +#include #include "glk.h" #include "chimara-glk.h" @@ -16,6 +18,12 @@ 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 */ GThread *thread; /* Event queue and threading stuff */ @@ -43,4 +51,4 @@ struct _ChimaraGlkPrivate { G_END_DECLS -#endif /* __CHIMARA_GLK_PRIVATE_H__ */ \ No newline at end of file +#endif /* __CHIMARA_GLK_PRIVATE_H__ */