Added a "spacing" property which sets the border width between Glk windows.
[projects/chimara/chimara.git] / src / chimara-glk-private.h
index 8bef3f29b22aa71c088896467d9cb4416dcf11c3..2a1373d7459fb54e2fcbc68285237a7a9800071d 100644 (file)
@@ -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 */