Change I/O signals to pass a unique window ID
[projects/chimara/chimara.git] / libchimara / window.h
index 4c753c39b587117c598812128bf5513a17e22bb0..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;
@@ -101,7 +102,6 @@ struct glk_window_struct
        cairo_surface_t *backing_store;
        /* Pager (textbuffer only) */
        gboolean currently_paging;
-       PangoLayout *pager_layout;
 };
 
 #endif