summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:40:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:40:41 +0000
commit0966b8097ccd89c65989b76e4a960e7ecb788892 (patch)
treef09361109029ac8d22f25d8f318ae9a858e8aa8c /amiga/gui.h
parent20705189b9bb5e034544800dba8e16517a7d8ba3 (diff)
downloadnetsurf-0966b8097ccd89c65989b76e4a960e7ecb788892.tar.gz
netsurf-0966b8097ccd89c65989b76e4a960e7ecb788892.tar.bz2
Allocate screen title when first needed and keep it private to amiga/gui.c
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index c20f76434..af2d65937 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -195,9 +195,15 @@ void ami_gui_free_space_box(struct IBox *bbox);
*/
uint32 ami_gui_get_app_id(void);
+/**
+ * Get the string for NetSurf's screen titlebar.
+ *
+ * @return String to use as the screen's titlebar text.
+ */
+STRPTR ami_gui_get_screen_title(void);
+
struct MinList *window_list;
struct Screen *scrn;
-STRPTR nsscreentitle;
struct MsgPort *sport;
struct gui_window *cur_gw;
struct gui_globals browserglob;