summaryrefslogtreecommitdiff
path: root/amiga/gui_options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-24 18:54:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-06-24 18:54:48 +0000
commitcd6203b6fdcf9c532883319c20918df076ae5fa8 (patch)
tree91f058b1d3879f125a2fdb92092a5a93fa1d5702 /amiga/gui_options.h
parentf9b905be95e5be8dd7fc029b1660dc5e344969c1 (diff)
downloadnetsurf-cd6203b6fdcf9c532883319c20918df076ae5fa8.tar.gz
netsurf-cd6203b6fdcf9c532883319c20918df076ae5fa8.tar.bz2
Fonts tab done, another gadget type used, have nearly completed the set but lost the
radio button on the Display tab in the process. svn path=/trunk/netsurf/; revision=7952
Diffstat (limited to 'amiga/gui_options.h')
-rwxr-xr-xamiga/gui_options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/amiga/gui_options.h b/amiga/gui_options.h
index ceebced4d..8de04fa3d 100755
--- a/amiga/gui_options.h
+++ b/amiga/gui_options.h
@@ -52,6 +52,14 @@ enum
GID_OPTS_SCALEQ,
GID_OPTS_ANIMSPEED,
GID_OPTS_ANIMDISABLE,
+ GID_OPTS_FONT_SANS,
+ GID_OPTS_FONT_SERIF,
+ GID_OPTS_FONT_MONO,
+ GID_OPTS_FONT_CURSIVE,
+ GID_OPTS_FONT_FANTASY,
+ GID_OPTS_FONT_DEFAULT,
+ GID_OPTS_FONT_SIZE,
+ GID_OPTS_FONT_MINSIZE,
GID_OPTS_SAVE,
GID_OPTS_USE,
GID_OPTS_CANCEL,