summaryrefslogtreecommitdiff
path: root/riscos/wimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/wimp.h')
-rw-r--r--riscos/wimp.h9
1 files changed, 9 insertions, 0 deletions
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 <string.h>
#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