X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk-private.h;h=2a1373d7459fb54e2fcbc68285237a7a9800071d;hb=69aee4eedc120d7b650a6810b174fa8492a4a5e4;hp=8bef3f29b22aa71c088896467d9cb4416dcf11c3;hpb=aa0f8e10254824b85a93d67030a9f014e2cbf4f1;p=projects%2Fchimara%2Fchimara.git diff --git a/src/chimara-glk-private.h b/src/chimara-glk-private.h index 8bef3f2..2a1373d 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 */