summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-03 00:26:00 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-03 00:26:00 +0000
commit5eb7ee97ed641e152c488dab6c33c37d0635e48b (patch)
tree3d11ba70587de46289dfd250fb8813e5a22ce396 /frontends/amiga/corewindow.c
parent3b1ef784fd53095213fa8b89806982567359dca4 (diff)
downloadnetsurf-5eb7ee97ed641e152c488dab6c33c37d0635e48b.tar.gz
netsurf-5eb7ee97ed641e152c488dab6c33c37d0635e48b.tar.bz2
Basic conversion of cookie manager to core window
slightly broken; blank window until resized; scroll bar wrong; no menu
Diffstat (limited to 'frontends/amiga/corewindow.c')
-rw-r--r--frontends/amiga/corewindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/corewindow.c b/frontends/amiga/corewindow.c
index 38b980a28..e5d289a88 100644
--- a/frontends/amiga/corewindow.c
+++ b/frontends/amiga/corewindow.c
@@ -627,7 +627,7 @@ ami_cw_update_size(struct core_window *cw, int width, int height)
if(ami_cw->objects[GID_CW_VSCROLL]) {
ami_cw_toggle_scrollbar(ami_cw, true, true);
RefreshSetGadgetAttrs((struct Gadget *)ami_cw->objects[GID_CW_VSCROLL], ami_cw->win, NULL,
- SCROLLER_Total, (ULONG)height,
+ SCROLLER_Total, height,
SCROLLER_Visible, win_h,
TAG_DONE);
}