summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 20:39:15 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 20:39:15 +0000
commit03abea12a76db9be29c6a56e453cadebc05983d6 (patch)
tree66c128fa9ccfe8538f6852a2fff2c7cb519cf59a /beos
parentad343eccb18454bab2f4e9464b88564c9da69649 (diff)
downloadnetsurf-03abea12a76db9be29c6a56e453cadebc05983d6.tar.gz
netsurf-03abea12a76db9be29c6a56e453cadebc05983d6.tar.bz2
fix errors introuced with previous header cleanup.
Diffstat (limited to 'beos')
-rw-r--r--beos/scaffolding.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/beos/scaffolding.h b/beos/scaffolding.h
index c732bc9ed..0be619d74 100644
--- a/beos/scaffolding.h
+++ b/beos/scaffolding.h
@@ -26,6 +26,9 @@
extern "C" {
#include "desktop/plotters.h"
+
+struct hlcache_handle;
+
}
typedef struct beos_scaffolding nsbeos_scaffolding;
@@ -201,7 +204,7 @@ void nsbeos_scaffolding_popup_menu(nsbeos_scaffolding *g, BPoint where);
void gui_window_set_title(struct gui_window *_g, const char *title);
nserror gui_window_set_url(struct gui_window *_g, const char *url);
-void gui_window_set_icon(struct gui_window *_g, hlcache_handle *icon);
+void gui_window_set_icon(struct gui_window *_g, struct hlcache_handle *icon);
void gui_window_set_status(struct gui_window *_g, const char *text);
void gui_window_start_throbber(struct gui_window* _g);
void gui_window_stop_throbber(struct gui_window* _g);