Wrote platform-dependent dispatch code
[rodin/chimara.git] / libchimara / fileref.h
index 9dd8e50f5a0e180f2b96931c016695a6fc36294e..c2d8f4666b2124e94f860804a8f96dac3e39a982 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <gtk/gtk.h>
 #include "glk.h"
+#include "gi_dispa.h"
 
 /**
  * glk_fileref_struct:
@@ -14,6 +15,7 @@ struct glk_fileref_struct
 {
        /*< private >*/
        glui32 magic, rock;
+       gidispatch_rock_t disprock;
        /* Pointer to the list node in the global fileref list that contains this
        fileref */
        GList* fileref_list;