summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-09 14:04:55 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 15:25:57 +0000
commit05a35725d19f9b5a2c8e347d638fb00dff21962f (patch)
tree394c157e32d0a990d8f2b07c1cc1fb3cc7559c54 /frontends/riscos/gui
parente2bad05338d5575bf485fbb509d496c5de012a64 (diff)
downloadnetsurf-05a35725d19f9b5a2c8e347d638fb00dff21962f.tar.gz
netsurf-05a35725d19f9b5a2c8e347d638fb00dff21962f.tar.bz2
Update RISC OS cookie window to use core window interface
Diffstat (limited to 'frontends/riscos/gui')
-rw-r--r--frontends/riscos/gui/button_bar.h7
-rw-r--r--frontends/riscos/gui/url_bar.h1
2 files changed, 1 insertions, 7 deletions
diff --git a/frontends/riscos/gui/button_bar.h b/frontends/riscos/gui/button_bar.h
index a1f7e8b9f..fb8ee790a 100644
--- a/frontends/riscos/gui/button_bar.h
+++ b/frontends/riscos/gui/button_bar.h
@@ -95,13 +95,6 @@ static const struct button_bar_buttons brower_toolbar_buttons[] = {
{NULL, TOOLBAR_BUTTON_NONE, TOOLBAR_BUTTON_NONE, '\0', ""}
};
-static const struct button_bar_buttons cookies_toolbar_buttons[] = {
- {"delete", TOOLBAR_BUTTON_DELETE, TOOLBAR_BUTTON_NONE, '0', "0"},
- {"expand", TOOLBAR_BUTTON_EXPAND, TOOLBAR_BUTTON_COLLAPSE, '1', "1"},
- {"open", TOOLBAR_BUTTON_OPEN, TOOLBAR_BUTTON_CLOSE, '2', "2"},
- {NULL, TOOLBAR_BUTTON_NONE, TOOLBAR_BUTTON_NONE, '\0', ""}
-};
-
static const struct button_bar_buttons global_history_toolbar_buttons[] = {
{"delete", TOOLBAR_BUTTON_DELETE, TOOLBAR_BUTTON_NONE, '0', "0"},
{"expand", TOOLBAR_BUTTON_EXPAND, TOOLBAR_BUTTON_COLLAPSE, '1', "1"},
diff --git a/frontends/riscos/gui/url_bar.h b/frontends/riscos/gui/url_bar.h
index 981afb35f..9486e214d 100644
--- a/frontends/riscos/gui/url_bar.h
+++ b/frontends/riscos/gui/url_bar.h
@@ -40,6 +40,7 @@ typedef enum {
struct url_bar;
struct hlcache_handle;
+struct gui_window;
/**
* Initialise the url bar module.