summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 14:06:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 14:06:12 +0000
commite75cdeeefd501bf10bed2cc8df9efae2431824ec (patch)
treea8d14b05f322b33f1635b5703d478579b16d67f7 /amiga/gui.h
parent1deb36759bfaa70cf930ac8017aad49a990f06d4 (diff)
downloadnetsurf-e75cdeeefd501bf10bed2cc8df9efae2431824ec.tar.gz
netsurf-e75cdeeefd501bf10bed2cc8df9efae2431824ec.tar.bz2
Don't make the app id a global var
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 899729cae..2ab860abe 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -187,6 +187,13 @@ nserror ami_gui_get_space_box(Object *obj, struct IBox **bbox);
*/
void ami_gui_free_space_box(struct IBox *bbox);
+/**
+ * Get the application.library ID NetSurf is registered as.
+ *
+ * @return App ID.
+ */
+uint32 ami_gui_get_app_id(void);
+
struct TextFont *origrpfont;
struct MinList *window_list;
struct Screen *scrn;
@@ -195,7 +202,6 @@ struct MsgPort *sport;
bool win_destroyed;
struct browser_window *curbw;
struct gui_globals browserglob;
-uint32 ami_appid;
BOOL ami_autoscroll;
BOOL popupmenu_lib_ok;
#endif