summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-30 00:33:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-30 00:33:18 +0000
commit27b00696a3a8c5465a5b462871ba76031574505c (patch)
tree9748beaace5ce58854428d1accb177126813179d /amiga/gui.h
parent71fb6f282be9250611cd0f628a4ac438afea2b30 (diff)
downloadnetsurf-27b00696a3a8c5465a5b462871ba76031574505c.tar.gz
netsurf-27b00696a3a8c5465a5b462871ba76031574505c.tar.bz2
Back out r11152 -- we're going to do this differently
svn path=/trunk/netsurf/; revision=11153
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 6ebd5a45b..a567d88a8 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -144,6 +144,6 @@ struct MsgPort *sport;
bool win_destroyed;
struct browser_window *curbw;
struct gui_globals browserglob;
-uint32_t ami_appid;
+uint32 ami_appid;
BOOL ami_autoscroll;
#endif