summaryrefslogtreecommitdiff
path: root/beos/bitmap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-16 23:47:10 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-16 23:47:10 +0100
commit839f15fc72166eb63be4f2afc4588d253e88c9f4 (patch)
tree6f0a2a005c65233392fcf4e96729daeadbc55d39 /beos/bitmap.h
parentfb0bd7994491da2a7fa6913c5b5666ed49c6e153 (diff)
downloadnetsurf-839f15fc72166eb63be4f2afc4588d253e88c9f4.tar.gz
netsurf-839f15fc72166eb63be4f2afc4588d253e88c9f4.tar.bz2
convert beos to bitmap operation table
Diffstat (limited to 'beos/bitmap.h')
-rw-r--r--beos/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/bitmap.h b/beos/bitmap.h
index 6ec662198..a9bb694c0 100644
--- a/beos/bitmap.h
+++ b/beos/bitmap.h
@@ -29,6 +29,6 @@ BBitmap *nsbeos_bitmap_get_pretile_x(struct bitmap*);
BBitmap *nsbeos_bitmap_get_pretile_y(struct bitmap*);
BBitmap *nsbeos_bitmap_get_pretile_xy(struct bitmap*);
-
+struct gui_bitmap_table *beos_bitmap_table;
#endif /* NS_BEOS_BITMAP_H */