summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-23 13:29:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-23 13:29:10 +0000
commita3d82a36341bad93af63265f9f2291d850238ef0 (patch)
treef27f3ae25e1f9f2fd93fb3245ba9b046ddab6baf /amiga/gui.c
parentb11df6139418bc59472ac05ee1c316bebb4beba7 (diff)
downloadnetsurf-a3d82a36341bad93af63265f9f2291d850238ef0.tar.gz
netsurf-a3d82a36341bad93af63265f9f2291d850238ef0.tar.bz2
Search and a couple of other new options
svn path=/trunk/netsurf/; revision=9756
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index bd28e0b9a..219d2aa11 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2383,6 +2383,9 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
GA_RelVerify,TRUE,
StringEnd,
*/
+ // GA_ID, GID_TOOLBARLAYOUT,
+ // GA_RelVerify, TRUE,
+ // LAYOUT_RelVerify, TRUE,
LAYOUT_WeightBar, TRUE,
LAYOUT_AddChild, HGroupObject,
LAYOUT_VertAlignment, LALIGN_CENTER,
@@ -3828,7 +3831,7 @@ void ami_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg
if(option_faster_scroll)
gwin->redraw_scroll = true;
gwin->redraw_required = true;
- break;
+ break;
}
break;