risc os: wimputils: Make text-selection helper static inline.

This commit is contained in:
Michael Drake 2020-11-03 10:00:14 +00:00
parent 3cead4e867
commit 925a76bcba
1 changed files with 1 additions and 1 deletions

View File

@ -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;