summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-25 17:52:32 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-25 17:52:32 +0100
commit14bf4b47a5ea36ba329e5910f3aa1d26cc452be9 (patch)
tree33c8fd9ad2c52462b79e84e5defda3316cd1ef32 /frontends/amiga/gui.h
parent75dcf093940c04a6c685dba35a278e35da018727 (diff)
downloadnetsurf-14bf4b47a5ea36ba329e5910f3aa1d26cc452be9.tar.gz
netsurf-14bf4b47a5ea36ba329e5910f3aa1d26cc452be9.tar.bz2
Use charset from default Locale and store it in an option so we can (a) override and (b) get it without constantly looking it up
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 4e36cb63f..8b0e22386 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -179,7 +179,7 @@ void ami_get_msg(void);
void ami_try_quit(void);
void ami_quit_netsurf(void);
void ami_schedule_redraw(struct gui_window_2 *gwin, bool full_redraw);
-STRPTR ami_locale_langs(void);
+STRPTR ami_locale_langs(int *codeset);
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_mouse_to_ns_coords(struct gui_window_2 *gwin, int *x, int *y,