summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-21 22:12:52 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-21 22:12:52 +0000
commitec2dba85792ecf9b526083e9c5e2a31828d57254 (patch)
treef727de5395745f2bd7a3b99531064c5266ca3ced /amiga/gui.h
parentfa976f3aed2c7a1f79462358b14f53335bd08566 (diff)
downloadnetsurf-ec2dba85792ecf9b526083e9c5e2a31828d57254.tar.gz
netsurf-ec2dba85792ecf9b526083e9c5e2a31828d57254.tar.bz2
Make all the buttons on the first two options tabs work.
May need to improve theme selection so it at least checks it is a valid theme and/or provide a list of themes instead of a file requester. Language selection could benefit from also having a drop-down chooser gadget too. svn path=/trunk/netsurf/; revision=7910
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 a161288fd..f6a791fa5 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -136,6 +136,7 @@ void ami_quit_netsurf(void);
void ami_get_theme_filename(char *filename,char *themestring);
void ami_clearclipreg(struct RastPort *rp);
void ami_do_redraw(struct gui_window_2 *g);
+STRPTR ami_locale_langs(void);
struct RastPort *currp;
struct TextFont *origrpfont;