Changed build system to Automake. Split Glk code off into a GTK widget.
[projects/chimara/chimara.git] / src / window.h
index 73583a352d902cb4e075f23082ad156396c6db0a..728a381079c6f0f8cd302d048abcaad19b958b15 100644 (file)
@@ -24,8 +24,9 @@ struct glk_window_struct
        /* Pointer to the node in the global tree that contains this window */
        GNode *window_node;
        /* Window parameters */
-       glui32 window_type;
-       GtkWidget *widget;
+       glui32 type;
+       GtkWidget *widget; /* actual widget that does stuff */
+       GtkWidget *frame; /* container child */
        strid_t window_stream;
        strid_t echo_stream;
        /* Input request stuff */