mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
GTK: Bitmap: Converted bool not needed any more.
This commit is contained in:
parent
fce59865c5
commit
231c96cf8d
@ -26,7 +26,6 @@ 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 */
|
||||
};
|
||||
|
||||
int nsgtk_bitmap_get_width(void *vbitmap);
|
||||
|
Loading…
Reference in New Issue
Block a user