From 748e38ab87b917e6e86cbdc1471b245ea7d7054a Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Tue, 18 Jul 2006 01:51:19 +0000 Subject: Use desktop font svn path=/trunk/netsurf/; revision=2778 --- riscos/wimp.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'riscos/wimp.h') diff --git a/riscos/wimp.h b/riscos/wimp.h index f169ce8f1..6cc104d5c 100644 --- a/riscos/wimp.h +++ b/riscos/wimp.h @@ -20,6 +20,13 @@ #include #include "oslib/os.h" #include "oslib/wimp.h" +#include "rufl.h" + +/** desktop font, size and style being used */ +extern char ro_gui_desktop_font_family[]; +extern int ro_gui_desktop_font_size; +extern rufl_style ro_gui_desktop_font_style; + int ro_get_hscroll_height(wimp_w w); int ro_get_vscroll_width(wimp_w w); @@ -61,4 +68,6 @@ void ro_gui_wimp_update_window_furniture(wimp_w w, wimp_window_flags bic_mask, wimp_window_flags xor_mask); bool ro_gui_wimp_check_window_furniture(wimp_w w, wimp_window_flags mask); +void ro_gui_wimp_get_desktop_font(void); + #endif -- cgit v1.2.3