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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/bitmap.h b/frontends/gtk/bitmap.h
index 0f46d19a8..80a0e7a3a 100644
--- a/frontends/gtk/bitmap.h
+++ b/frontends/gtk/bitmap.h
@@ -26,7 +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 converted; /** set if the surface data has been converted */
+ bool opaque;
};
int nsgtk_bitmap_get_width(void *vbitmap);