summaryrefslogtreecommitdiff
path: root/gtk/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/bitmap.h')
-rw-r--r--gtk/bitmap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/bitmap.h b/gtk/bitmap.h
index 62d50f47c..0f46d19a8 100644
--- a/gtk/bitmap.h
+++ b/gtk/bitmap.h
@@ -20,7 +20,8 @@
#define NS_GTK_BITMAP_H
#include <cairo.h>
-#include "image/bitmap.h"
+
+extern struct gui_bitmap_table *nsgtk_bitmap_table;
struct bitmap {
cairo_surface_t *surface; /* original cairo surface */
@@ -28,4 +29,7 @@ struct bitmap {
bool converted; /** set if the surface data has been converted */
};
+int nsgtk_bitmap_get_width(void *vbitmap);
+int nsgtk_bitmap_get_height(void *vbitmap);
+
#endif /* NS_GTK_BITMAP_H */