summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-02 15:02:32 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-02 15:02:32 +0000
commit0fafa9576e8963928c13c81524e64b624b794c98 (patch)
treeb7c3a43ed6ff9420c69eea276b6cd36c7b0ef16b /frontends/amiga/corewindow.h
parent4892497a19083cf328711f28376d16133a684353 (diff)
downloadnetsurf-0fafa9576e8963928c13c81524e64b624b794c98.tar.gz
netsurf-0fafa9576e8963928c13c81524e64b624b794c98.tar.bz2
make the window title text common
Diffstat (limited to 'frontends/amiga/corewindow.h')
-rw-r--r--frontends/amiga/corewindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/amiga/corewindow.h b/frontends/amiga/corewindow.h
index 2c5dbb5cf..42c0f0367 100644
--- a/frontends/amiga/corewindow.h
+++ b/frontends/amiga/corewindow.h
@@ -57,6 +57,9 @@ struct ami_corewindow {
APTR deferred_rects_pool;
struct MinList *deferred_rects;
+ /** window title, must be allocated wth ami_utf8 function */
+ char *wintitle;
+
/** stuff for our off-screen render bitmap */
struct gui_globals gg;
struct MinList *shared_pens;