diff options
Diffstat (limited to 'src/include/tabpopup.h')
-rw-r--r-- | src/include/tabpopup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/tabpopup.h b/src/include/tabpopup.h index 447264e1..19e8621b 100644 --- a/src/include/tabpopup.h +++ b/src/include/tabpopup.h @@ -49,6 +49,7 @@ struct _MetaTabEntry MetaTabEntryKey key; const char *title; GdkPixbuf *icon; + cairo_surface_t *win_surface; MetaRectangle rect; MetaRectangle inner_rect; guint blank : 1; |