X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk-private.h;h=9395b40a46f38fc903cd914f73834aef43098a03;hb=4c2334863d702f2bc590280aafd8d540a71cc1cb;hp=c6fc556495ebe1879f0c7a9799b7c22a58cd7b12;hpb=46974bb948c0a7ca82b476a578b6199e438bab41;p=rodin%2Fchimara.git diff --git a/src/chimara-glk-private.h b/src/chimara-glk-private.h index c6fc556..9395b40 100644 --- a/src/chimara-glk-private.h +++ b/src/chimara-glk-private.h @@ -2,6 +2,7 @@ #define __CHIMARA_GLK_PRIVATE_H__ #include +#include #include "glk.h" #include "chimara-glk.h" @@ -16,6 +17,8 @@ struct _ChimaraGlkPrivate { gboolean interactive; /* Whether file operations are allowed */ gboolean protect; + /* Glk program loaded in widget */ + GModule *program; /* Thread in which Glk program is run */ GThread *thread; /* Event queue and threading stuff */ @@ -43,4 +46,4 @@ struct _ChimaraGlkPrivate { G_END_DECLS -#endif /* __CHIMARA_GLK_PRIVATE_H__ */ \ No newline at end of file +#endif /* __CHIMARA_GLK_PRIVATE_H__ */