Implemented "started" and "stopped" signals
[rodin/chimara.git] / src / chimara-glk-private.h
index c6fc556495ebe1879f0c7a9799b7c22a58cd7b12..dea8999a211fb1029ff66a8e5e5f0290299a0d3d 100644 (file)
@@ -2,6 +2,7 @@
 #define __CHIMARA_GLK_PRIVATE_H__
 
 #include <glib.h>
+#include <gmodule.h>
 #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 */