summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-11-07 23:51:13 +0000
committerJames Bursa <james@netsurf-browser.org>2003-11-07 23:51:13 +0000
commitb055948973d213cbc29bc71a9b90a92240056264 (patch)
treeb62620aab799e3e1fb827ed9b9b2ddc750bea2d3 /riscos/theme.h
parente8def12ba268b7b663df024979f399d32d3dae9d (diff)
downloadnetsurf-b055948973d213cbc29bc71a9b90a92240056264.tar.gz
netsurf-b055948973d213cbc29bc71a9b90a92240056264.tar.bz2
[project @ 2003-11-07 23:51:13 by bursa]
Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/theme.h b/riscos/theme.h
index 54ccf3f58..5372e3ea1 100644
--- a/riscos/theme.h
+++ b/riscos/theme.h
@@ -63,6 +63,8 @@ struct ro_theme_window
typedef struct ro_theme_window ro_theme_window;
typedef struct ro_theme ro_theme;
+extern ro_theme *current_theme;
+
typedef enum {theme_TOOLBAR_UNKNOWN,
theme_TOOLBAR_BACK, theme_TOOLBAR_FORWARD, theme_TOOLBAR_RELOAD,
theme_TOOLBAR_URL, theme_TOOLBAR_STATUS} theme_gadget;