summaryrefslogtreecommitdiff
path: root/beos/bitmap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-17 00:29:58 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-17 00:29:58 +0100
commit402d74013765509c687609f42960071a8fda0ff5 (patch)
tree0dde5bec8624e7f568bb040d8b8e64ac01e156e3 /beos/bitmap.h
parente36907c5e11cbbe39d45dead0c9763d86f08185e (diff)
downloadnetsurf-402d74013765509c687609f42960071a8fda0ff5.tar.gz
netsurf-402d74013765509c687609f42960071a8fda0ff5.tar.bz2
fix missing comma in beos operations table
Diffstat (limited to 'beos/bitmap.h')
-rw-r--r--beos/bitmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/beos/bitmap.h b/beos/bitmap.h
index b16eae547..8c47ce96f 100644
--- a/beos/bitmap.h
+++ b/beos/bitmap.h
@@ -24,11 +24,13 @@ extern "C" {
#include "image/bitmap.h"
}
+extern struct gui_bitmap_table *beos_bitmap_table;
+
BBitmap *nsbeos_bitmap_get_primary(struct bitmap*);
BBitmap *nsbeos_bitmap_get_pretile_x(struct bitmap*);
BBitmap *nsbeos_bitmap_get_pretile_y(struct bitmap*);
BBitmap *nsbeos_bitmap_get_pretile_xy(struct bitmap*);
-extern struct gui_bitmap_table *beos_bitmap_table;
+void bitmap_modified(void *vbitmap);
#endif /* NS_BEOS_BITMAP_H */