summaryrefslogtreecommitdiff
path: root/beos/gui.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-22 15:12:10 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-22 15:12:10 +0000
commita3c00c71922f258f2a4a7129dfa51eb1a2838e4e (patch)
treef6282fc680f914af4a3e0074900b033667979eb6 /beos/gui.h
parent8445bc166bbebc4bf0abc90a8878eae7e1c4258b (diff)
downloadnetsurf-a3c00c71922f258f2a4a7129dfa51eb1a2838e4e.tar.gz
netsurf-a3c00c71922f258f2a4a7129dfa51eb1a2838e4e.tar.bz2
Fixup for core selection change.
Diffstat (limited to 'beos/gui.h')
-rw-r--r--beos/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/gui.h b/beos/gui.h
index 6f158ca2f..b9d66320c 100644
--- a/beos/gui.h
+++ b/beos/gui.h
@@ -60,7 +60,7 @@ 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 hlcache_handle *content, struct selection *selection);
+void nsbeos_gui_view_source(struct hlcache_handle *content);
image_id nsbeos_find_app_path(char *path);
void nsbeos_update_system_ui_colors(void);