summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-17 22:15:03 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-17 22:15:03 +0000
commitc17ff1e9aeab9a2f078af06d524552b872a20558 (patch)
treee5391d092633d506736d959cd2a9f72048107c22 /amiga/gui.h
parent1fedc6a36a6d691962227a6432c68bfe297a0bd2 (diff)
downloadnetsurf-c17ff1e9aeab9a2f078af06d524552b872a20558.tar.gz
netsurf-c17ff1e9aeab9a2f078af06d524552b872a20558.tar.bz2
Squash memory leak and an offset problem related to helphints
svn path=/trunk/netsurf/; revision=10137
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 764c3a17e..14bf794ce 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -123,6 +123,7 @@ struct gui_window
struct List dllist;
struct content *favicon;
bool throbbing;
+ char *tabtitle;
};
void ami_get_msg(void);