summaryrefslogtreecommitdiff
path: root/amiga/gui_options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-21 14:42:01 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-21 14:42:01 +0000
commit9015277d6bfec985c48bdfd9ec1bdf2893ff1fa6 (patch)
tree9b1bfd90a4e0b75c6c605f985dffbc1ecbb2aa09 /amiga/gui_options.h
parent8097cb2958d27352142d80a3cda8f115531db4cb (diff)
downloadnetsurf-9015277d6bfec985c48bdfd9ec1bdf2893ff1fa6.tar.gz
netsurf-9015277d6bfec985c48bdfd9ec1bdf2893ff1fa6.tar.bz2
Display tab done, except for interconnection of gadgets and the screenmode and file
gadget buttons. This tab is Amiga-specific and contains the options for specifying which screen to run on, and which theme to use. svn path=/trunk/netsurf/; revision=7906
Diffstat (limited to 'amiga/gui_options.h')
-rwxr-xr-xamiga/gui_options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/gui_options.h b/amiga/gui_options.h
index 9395da464..b7dc709b4 100755
--- a/amiga/gui_options.h
+++ b/amiga/gui_options.h
@@ -34,6 +34,10 @@ enum
GID_OPTS_FROMLOCALE,
GID_OPTS_REFERRAL,
GID_OPTS_FASTSCROLL,
+ GID_OPTS_SCREEN,
+ GID_OPTS_SCREENMODE,
+ GID_OPTS_SCREENNAME,
+ GID_OPTS_THEME,
GID_OPTS_SAVE,
GID_OPTS_USE,
GID_OPTS_CANCEL,