From 982dc9e128a773b9db6fae60181db32b03a4b647 Mon Sep 17 00:00:00 2001 From: François Revel Date: Mon, 2 Aug 2010 23:35:35 +0000 Subject: Fix BeOS build: - struct content -> hlcache_handle - login window (though it won't work yet as the message isn't handled, and since we don't have the window pointer anymore we can't add the alert as subset of the window...), - rsrc fetcher, - netsurf_init() args (but the replicant is still broken due to this), - export the realpath() hack as it's needed elsewhere too. svn path=/trunk/netsurf/; revision=10677 --- beos/beos_gui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'beos/beos_gui.h') diff --git a/beos/beos_gui.h b/beos/beos_gui.h index 037f9cc79..0efb8e7a0 100644 --- a/beos/beos_gui.h +++ b/beos/beos_gui.h @@ -47,6 +47,7 @@ virtual bool QuitRequested(); }; +extern void schedule_run(void); extern BWindow *wndAbout; @@ -60,5 +61,6 @@ extern BFilePanel *wndOpenFile; void nsbeos_pipe_message(BMessage *message, BView *_this, struct gui_window *gui); void nsbeos_pipe_message_top(BMessage *message, BWindow *_this, struct beos_scaffolding *scaffold); -void nsbeos_gui_view_source(struct content *content, struct selection *selection); +void nsbeos_gui_view_source(struct hlcache_handle *content, struct selection *selection); image_id nsbeos_find_app_path(char *path); + -- cgit v1.2.3