From 839f15fc72166eb63be4f2afc4588d253e88c9f4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Apr 2015 23:47:10 +0100 Subject: convert beos to bitmap operation table --- beos/gui.cpp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'beos/gui.cpp') diff --git a/beos/gui.cpp b/beos/gui.cpp index 948638217..e479cc205 100644 --- a/beos/gui.cpp +++ b/beos/gui.cpp @@ -79,6 +79,7 @@ extern "C" { #include "beos/schedule.h" #include "beos/fetch_rsrc.h" #include "beos/scaffolding.h" +#include "beos/bitmap.h" static void *myrealloc(void *ptr, size_t len, void *pw); @@ -995,7 +996,13 @@ int main(int argc, char** argv) beos_window_table, beos_download_table, &beos_clipboard_table, - &beos_fetch_table + &beos_fetch_table, + NULL, /* use POSIX file */ + NULL, /* default utf8 */ + NULL, /* default search */ + NULL, /* default web search */ + NULL, /* default low level cache persistant storage */ + beos_bitmap_table }; ret = netsurf_register(&beos_table); @@ -1055,6 +1062,12 @@ int gui_init_replicant(int argc, char** argv) beos_download_table, &beos_clipboard_table, &beos_fetch_table + NULL, /* use POSIX file */ + NULL, /* default utf8 */ + NULL, /* default search */ + NULL, /* default web search */ + NULL, /* default low level cache persistant storage */ + beos_bitmap_table }; ret = netsurf_register(&beos_table); -- cgit v1.2.3