Changed build system to Automake. Split Glk code off into a GTK widget.
[rodin/chimara.git] / src / window.h
index 1fb98ce2a7cbc6dac20c7b6e9a2ab8f6b1a135ae..728a381079c6f0f8cd302d048abcaad19b958b15 100644 (file)
@@ -25,7 +25,8 @@ struct glk_window_struct
        GNode *window_node;
        /* Window parameters */
        glui32 type;
-       GtkWidget *widget;
+       GtkWidget *widget; /* actual widget that does stuff */
+       GtkWidget *frame; /* container child */
        strid_t window_stream;
        strid_t echo_stream;
        /* Input request stuff */