summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-29 22:13:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-29 22:13:42 +0000
commit23dc635e1a2386d52779384d6117f020376142f7 (patch)
treee5d58cc08a31e73bccebcbe3e1fef50933e7c731 /amiga/gui.h
parentd66e9c34a8e5e6081541c2b7bfd1e97012289494 (diff)
downloadnetsurf-23dc635e1a2386d52779384d6117f020376142f7.tar.gz
netsurf-23dc635e1a2386d52779384d6117f020376142f7.tar.bz2
Make hotlist toolbar work and update (only updates on hotlist window close currently)
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 14cec107d..6a5434f87 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -153,6 +153,7 @@ int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie);
bool ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
BOOL ami_gadget_hit(Object *obj, int x, int y);
void ami_gui_history(struct gui_window_2 *gwin, bool back);
+void ami_gui_hotlist_toolbar_update_all(void);
struct TextFont *origrpfont;
struct MinList *window_list;