Change I/O signals to pass a unique window ID
[projects/chimara/chimara.git] / libchimara / window.h
index aa3250274a5e5e3609e12252457b587f7a61a0cf..1ce7aaa6d3d40a498fd17a3019fbde49a7b00224 100644 (file)
@@ -32,6 +32,7 @@ struct glk_window_struct
 {
        /*< private >*/
        glui32 magic, rock;
+       char *librock; /* "library rock" - unique string identifier */
        gidispatch_rock_t disprock;
        /* Pointer to the node in the global tree that contains this window */
        GNode *window_node;