summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 15:19:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 15:19:27 +0000
commit7f6b694732f0f24d0ecb73fa3eb22c2ca9c40aa0 (patch)
treef8414263199e23e8aa3e9b74979550c51634d32f /amiga/gui.h
parent9cd59748687410e8d4260d47d17c427686d4eecb (diff)
downloadnetsurf-7f6b694732f0f24d0ecb73fa3eb22c2ca9c40aa0.tar.gz
netsurf-7f6b694732f0f24d0ecb73fa3eb22c2ca9c40aa0.tar.bz2
Show existing file size when file already exists on download
svn path=/trunk/netsurf/; revision=12618
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 500eceb9c..f39ab1ae1 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -135,6 +135,8 @@ void ami_get_msg(void);
void ami_close_all_tabs(struct gui_window_2 *gwin);
void ami_quit_netsurf(void);
void ami_do_redraw(struct gui_window_2 *g);
+void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw,
+ int x0, int y0, int x1, int y1);
STRPTR ami_locale_langs(void);
int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie);
struct box *ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);