mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
risc os: wimputils: Make text-selection helper static inline.
This commit is contained in:
parent
3cead4e867
commit
925a76bcba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user