summaryrefslogtreecommitdiff
path: root/riscos/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/treeview.h')
-rw-r--r--riscos/treeview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/treeview.h b/riscos/treeview.h
index bfaeffd86..229974aee 100644
--- a/riscos/treeview.h
+++ b/riscos/treeview.h
@@ -45,5 +45,6 @@ void ro_gui_tree_scroll_visible(struct tree *tree, struct node_element *element)
void ro_gui_tree_get_tree_coordinates(struct tree *tree, int x, int y,
int *tree_x, int *tree_y);
int ro_gui_tree_help(int x, int y);
+void ro_gui_tree_update_theme(struct tree *tree);
#endif