From 036622f35fc98ad154a982f1dd6f384f66d79707 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 18 Mar 2005 23:52:38 +0000 Subject: [project @ 2005-03-18 23:52:38 by rjw] Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541 --- riscos/treeview.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'riscos/treeview.h') diff --git a/riscos/treeview.h b/riscos/treeview.h index a3631de04..053709f66 100644 --- a/riscos/treeview.h +++ b/riscos/treeview.h @@ -30,11 +30,10 @@ bool ro_gui_tree_initialise(void); void ro_gui_tree_redraw(wimp_draw *redraw, struct tree *tree); bool ro_gui_tree_click(wimp_pointer *pointer, struct tree *tree); void ro_gui_tree_menu_closed(struct tree *tree); -void ro_gui_tree_toolbar_click(wimp_pointer* pointer, struct tree *tree, - struct toolbar *toolbar); +void ro_gui_tree_toolbar_click(wimp_pointer* pointer, struct tree *tree); void ro_gui_tree_stop_edit(struct tree *tree); void ro_gui_tree_open(wimp_open *open, struct tree *tree); -void ro_gui_tree_show(struct tree *tree, struct toolbar *toolbar); +void ro_gui_tree_show(struct tree *tree); bool ro_gui_tree_keypress(int key, struct tree *tree); void ro_gui_tree_selection_drag_end(wimp_dragged *drag); void ro_gui_tree_move_drag_end(wimp_dragged *drag); -- cgit v1.2.3