summaryrefslogtreecommitdiff
path: root/frontends/gtk/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/bitmap.h')
-rw-r--r--frontends/gtk/bitmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/gtk/bitmap.h b/frontends/gtk/bitmap.h
index d899966bd..80a0e7a3a 100644
--- a/frontends/gtk/bitmap.h
+++ b/frontends/gtk/bitmap.h
@@ -26,6 +26,7 @@ extern struct gui_bitmap_table *nsgtk_bitmap_table;
struct bitmap {
cairo_surface_t *surface; /* original cairo surface */
cairo_surface_t *scsurface; /* scaled surface */
+ bool opaque;
};
int nsgtk_bitmap_get_width(void *vbitmap);