X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk-private.h;h=35fac923f73086a5d83923676b75480a1950c00c;hb=179cdda7e4d5713b3f90d0f01030c58e14557328;hp=8bef3f29b22aa71c088896467d9cb4416dcf11c3;hpb=cfe519635eddc394e8690a62ca9e47a00384588e;p=projects%2Fchimara%2Fchimara.git diff --git a/src/chimara-glk-private.h b/src/chimara-glk-private.h index 8bef3f2..35fac92 100644 --- a/src/chimara-glk-private.h +++ b/src/chimara-glk-private.h @@ -22,6 +22,8 @@ struct _ChimaraGlkPrivate { PangoFontDescription *default_font_desc; /* Font description of monospace font */ PangoFontDescription *monospace_font_desc; + /* Spacing between Glk windows */ + guint spacing; /* Glk program loaded in widget */ GModule *program; /* Thread in which Glk program is run */ @@ -44,6 +46,8 @@ struct _ChimaraGlkPrivate { strid_t current_stream; /* List of streams currently in existence */ GList *stream_list; + /* Current timer */ + guint timer_id; }; #define CHIMARA_GLK_PRIVATE(obj) \