summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-20 20:46:36 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-20 20:46:36 +0000
commitb3f49f936438f2183aeb33070b3083b2794da0c0 (patch)
treeef23db108c8739dc7d4c292946dd25592021b83e /amiga/gui.c
parente3af7f334303b36414c3a7c39dec22ec179dbd09 (diff)
downloadnetsurf-b3f49f936438f2183aeb33070b3083b2794da0c0.tar.gz
netsurf-b3f49f936438f2183aeb33070b3083b2794da0c0.tar.bz2
Abstract p96WPA, although it still needs P96 currently
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 5d0504c8a..ad70f2fbb 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1565,9 +1565,10 @@ static bool ami_gui_vscroll_add(struct gui_window_2 *gwin)
ICA_TARGET, ICTARGET_IDCMP,
ScrollerEnd;
#ifdef __amigaos4__
-#warning FIXME for OS3
IDoMethod(gwin->objects[GID_VSCROLLLAYOUT], LM_ADDCHILD,
gwin->win, gwin->objects[GID_VSCROLL], attrs);
+#else
+#warning FIXME for OS3
#endif
return true;
}