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