summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index c8f293f51..9ed95d2a2 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1,5 +1,5 @@
/**
- * $Id: gui.c,v 1.24 2003/04/10 21:44:45 bursa Exp $
+ * $Id: gui.c,v 1.25 2003/04/11 21:06:51 bursa Exp $
*/
#include "netsurf/riscos/font.h"
@@ -20,6 +20,8 @@
#include <time.h>
#include <math.h>
+const char *__dynamic_da_name = "NetSurf";
+
int gadget_subtract_x;
int gadget_subtract_y;
#define browser_menu_flags (wimp_ICON_TEXT | wimp_ICON_FILLED | (wimp_COLOUR_BLACK << wimp_ICON_FG_COLOUR_SHIFT) | (wimp_COLOUR_WHITE << wimp_ICON_BG_COLOUR_SHIFT))