From c499ad907dc2d77bf9cf40fd099b2025766b6bc6 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 3 Jul 2004 17:30:28 +0000 Subject: [project @ 2004-07-03 17:30:27 by rjw] Further development of the selection and display code. svn path=/import/netsurf/; revision=1042 --- riscos/gui.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 09f7e3c55..cf27ffdb1 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -46,7 +46,8 @@ typedef enum { GUI_SAVE_SOURCE, GUI_SAVE_DRAW, GUI_SAVE_TEXT, GUI_SAVE_LINK_TEXT } gui_save_type; extern gui_save_type gui_current_save_type; typedef enum { GUI_DRAG_SELECTION, GUI_DRAG_DOWNLOAD_SAVE, - GUI_DRAG_SAVE, GUI_DRAG_STATUS_RESIZE } gui_drag_type; + GUI_DRAG_SAVE, GUI_DRAG_STATUS_RESIZE, + GUI_DRAG_HOTLIST_SELECT, GUI_DRAG_HOTLIST_MOVE } gui_drag_type; extern gui_drag_type gui_current_drag_type; struct gui_window { @@ -178,9 +179,10 @@ void ro_gui_history_mouse_at(wimp_pointer *pointer); void ro_gui_hotlist_init(void); void ro_gui_hotlist_show(void); void ro_gui_hotlist_add(char *title, struct content *content); -void ro_gui_hotlist_visited(struct content *content); void ro_gui_hotlist_redraw(wimp_draw *redraw); void ro_gui_hotlist_click(wimp_pointer *pointer); +void ro_gui_hotlist_selection_drag_end(wimp_dragged *drag); +void ro_gui_hotlist_move_drag_end(wimp_dragged *drag); /* in save.c */ void ro_gui_save_click(wimp_pointer *pointer); -- cgit v1.2.3