summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-03 17:30:28 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-03 17:30:28 +0000
commitc499ad907dc2d77bf9cf40fd099b2025766b6bc6 (patch)
tree2fb9651eecc9643c67ccf49ea136d39a1626d87c /riscos/gui.h
parent7212736a622bb32d213261470e2286400f1fa6af (diff)
downloadnetsurf-c499ad907dc2d77bf9cf40fd099b2025766b6bc6.tar.gz
netsurf-c499ad907dc2d77bf9cf40fd099b2025766b6bc6.tar.bz2
[project @ 2004-07-03 17:30:27 by rjw]
Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h6
1 files changed, 4 insertions, 2 deletions
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);