From 925a76bcba81bfc99a099a468884ec6e85950c00 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 3 Nov 2020 10:00:14 +0000 Subject: risc os: wimputils: Make text-selection helper static inline. --- frontends/riscos/wimputils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends') diff --git a/frontends/riscos/wimputils.h b/frontends/riscos/wimputils.h index cb01f1b7c..b1bd88045 100644 --- a/frontends/riscos/wimputils.h +++ b/frontends/riscos/wimputils.h @@ -70,7 +70,7 @@ typedef union vdu_var_list { * * \return true if text-selection is supported, false otherwise. */ -bool ns_wimp_has_text_selection(void) +static inline bool ns_wimp_has_text_selection(void) { wimp_colour bg; wimp_colour fg; -- cgit v1.2.3