summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-06-04 23:47:20 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-06-04 23:47:20 +0000
commit0e0637ce2791ef34deb1611f5c07679e5ce7977b (patch)
tree6f1a3f13ac4fcda5a38c0ef1f457cc5c7f53a629 /riscos/theme.c
parentca58b6969f7a1913bfc19f3a258f5cb4811d5d7a (diff)
downloadnetsurf-0e0637ce2791ef34deb1611f5c07679e5ce7977b.tar.gz
netsurf-0e0637ce2791ef34deb1611f5c07679e5ce7977b.tar.bz2
[project @ 2003-06-04 23:47:20 by jmb]
Put angle brackets around clib includes svn path=/import/netsurf/; revision=156
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index 97e7fbd81..15c992833 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -3,9 +3,9 @@
#include "oslib/wimp.h"
#include "oslib/messagetrans.h"
#include "oslib/osspriteop.h"
-#include "string.h"
+#include <string.h>
#include "netsurf/utils/utils.h"
-#include "stdio.h"
+#include <stdio.h>
void ro_theme_preload_template(ro_theme* theme, char* template_name,
int* total_winicon, int* total_indirected)
@@ -170,7 +170,7 @@ wimp_i ro_theme_icon(ro_theme* theme, theme_window_type type, const char* token)
{
int used;
char buffer[32];
-
+
messagetrans_lookup(&theme->iconNames.cb, token, buffer, 32, 0,0,0,0, &used);
if (used > 0)
return atoi(buffer);
@@ -284,7 +284,7 @@ void ro_theme_resize(ro_theme* theme, theme_window_type wintype, wimp_w w, int w
*underscore = '\0';
underscore++;
}
-
+
i = (wimp_i) atoi(icon_num);
if (os_evaluate_expression(formula, buffer, 255, &new_x) == 0)