Beginning work on graphic windows. Hopelessly broken still....
[rodin/chimara.git] / libchimara / chimara-glk-private.h
index 903d3530705f93f2dd163692e50e35d2a6e4b3f3..99e858992b42f1012e6e9e032cd04f8f7a0a9815 100644 (file)
@@ -64,6 +64,11 @@ struct _ChimaraGlkPrivate {
        /* Input queues */
        GAsyncQueue *char_input_queue;
        GAsyncQueue *line_input_queue;
+       /* Resource loading locks */
+       GMutex *resource_lock;
+       GCond *resource_loaded;
+       GCond *resource_info_available;
+       guint32 resource_available;
 
        /* *** Glk library data *** */
     /* User-defined interrupt handler */