summaryrefslogtreecommitdiff
path: root/frontends/riscos/toolbar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-12-07 21:24:34 +0000
committerVincent Sanders <vince@kyllikki.org>2019-12-07 21:24:34 +0000
commitc95adedc06f64b7467786d91314463588213520a (patch)
tree87f95b42be6393aa89526fc2f7e47f1369bfe54d /frontends/riscos/toolbar.h
parent9dd701357e21c99d448033f59c6045a45c48ed9f (diff)
downloadnetsurf-c95adedc06f64b7467786d91314463588213520a.tar.gz
netsurf-c95adedc06f64b7467786d91314463588213520a.tar.bz2
add page info display to RiscOS frontend
Diffstat (limited to 'frontends/riscos/toolbar.h')
-rw-r--r--frontends/riscos/toolbar.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/frontends/riscos/toolbar.h b/frontends/riscos/toolbar.h
index 41f1af728..9bca44525 100644
--- a/frontends/riscos/toolbar.h
+++ b/frontends/riscos/toolbar.h
@@ -304,7 +304,6 @@ int ro_toolbar_full_height(struct toolbar *toolbar);
*
* \param *toolbar the toolbar to start throbbing.
*/
-
void ro_toolbar_start_throbbing(struct toolbar *toolbar);
@@ -538,5 +537,14 @@ bool ro_toolbar_get_editing(struct toolbar *toolbar);
bool ro_toolbar_toggle_edit(struct toolbar *toolbar);
+
+/**
+ * Update the page information indicator.
+ *
+ * \param toolbar the toolbar to update the page info in.
+ */
+void ro_toolbar_page_info_change(struct toolbar *toolbar);
+
+
#endif