summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-11-03 10:00:14 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-11-03 10:00:14 +0000
commit925a76bcba81bfc99a099a468884ec6e85950c00 (patch)
tree8f25c6deb2cdc351a68f5e886c4e41371ebdffb5
parent3cead4e8670b4ceb3f5010bd2aaac5d5aa0bd009 (diff)
downloadnetsurf-925a76bcba81bfc99a099a468884ec6e85950c00.tar.gz
netsurf-925a76bcba81bfc99a099a468884ec6e85950c00.tar.bz2
risc os: wimputils: Make text-selection helper static inline.
-rw-r--r--frontends/riscos/wimputils.h2
1 files changed, 1 insertions, 1 deletions
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;