summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-28 23:12:18 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-28 23:12:18 +0000
commitd3039fea7b7ce087f1aaa97409ef8464769ea47d (patch)
tree8abb40b8f9d0f53e44f5ea3df60ebe086c4bbf7a /amiga/gui.h
parente580e2bea9c05ad16fecd564eaf767fa34061859 (diff)
downloadnetsurf-d3039fea7b7ce087f1aaa97409ef8464769ea47d.tar.gz
netsurf-d3039fea7b7ce087f1aaa97409ef8464769ea47d.tar.bz2
Move status bar to bottom window border, as per NetSurf standard. Thanks to Thomas
Rapp and others for info on how to do this. Currently there seems to be a glitch which is cancelling events, making typing in gadgets very difficult and mouse dragging almost impossible. svn path=/trunk/netsurf/; revision=9490
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 25a3706aa..1987b36ce 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -56,6 +56,7 @@ enum
GID_NEXT,
GID_PREV,
GID_SEARCHSTRING,
+ GID_HSCROLL,
GID_LAST
};
@@ -65,7 +66,7 @@ enum
OID_VSCROLL,
OID_HSCROLL,
OID_MENU,
- OID_LAST
+ OID_LAST
};
#define AMI_GUI_POINTER_BLANK GUI_POINTER_PROGRESS+1