X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fwindow.h;h=1ce7aaa6d3d40a498fd17a3019fbde49a7b00224;hb=HEAD;hp=4c753c39b587117c598812128bf5513a17e22bb0;hpb=0cc686dee7c3d71457b409a097fbc7435709429a;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/window.h b/libchimara/window.h index 4c753c3..1ce7aaa 100644 --- a/libchimara/window.h +++ b/libchimara/window.h @@ -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