X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Ffileref.h;h=c2d8f4666b2124e94f860804a8f96dac3e39a982;hb=d0d1517f5447d0bd95c6b9769a92054f4c7fcaae;hp=9dd8e50f5a0e180f2b96931c016695a6fc36294e;hpb=5dbff897e1cb399d36a0c986110bee0bd3d1c153;p=rodin%2Fchimara.git diff --git a/libchimara/fileref.h b/libchimara/fileref.h index 9dd8e50..c2d8f46 100644 --- a/libchimara/fileref.h +++ b/libchimara/fileref.h @@ -3,6 +3,7 @@ #include #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;