From 02674693069358fc9f59700ea150d3811281f296 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 11 Apr 2003 21:06:51 +0000 Subject: [project @ 2003-04-11 21:06:51 by bursa] Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122 --- riscos/gui.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'riscos') 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 #include +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)) -- cgit v1.2.3