summaryrefslogtreecommitdiff
path: root/riscos/wimp.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-05-22 23:04:44 +0000
committerJames Bursa <james@netsurf-browser.org>2004-05-22 23:04:44 +0000
commit6ac57d946bf0e9cb717ad12cdd02dcf854965643 (patch)
treefaf026e347c045be20e7789bab38817c6446677c /riscos/wimp.h
parent9feb8b694ce25bc7823dd9ea938557b4c45a1ad3 (diff)
downloadnetsurf-6ac57d946bf0e9cb717ad12cdd02dcf854965643.tar.gz
netsurf-6ac57d946bf0e9cb717ad12cdd02dcf854965643.tar.bz2
[project @ 2004-05-22 23:04:44 by bursa]
Work on new theme choices dialog. svn path=/import/netsurf/; revision=889
Diffstat (limited to 'riscos/wimp.h')
-rw-r--r--riscos/wimp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/wimp.h b/riscos/wimp.h
index e80a4f7d1..3ac3ed4c4 100644
--- a/riscos/wimp.h
+++ b/riscos/wimp.h
@@ -39,4 +39,6 @@ void ro_gui_set_icon_integer(wimp_w w, wimp_i i, int value);
int ro_gui_get_icon_selected_state(wimp_w w, wimp_i i);
#define ro_gui_set_icon_shaded_state(w, i, state) xwimp_set_icon_state(w, i, (state ? wimp_ICON_SHADED : 0), wimp_ICON_SHADED)
+osspriteop_area *ro_gui_load_sprite_file(const char *pathname);
+
#endif