Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/925a76bcba81bfc99a099a468884ec6e85950c00
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/925a76bcba81bfc99a099a468884ec6e85950c00
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/925a76bcba81bfc99a099a468884ec6e85950c00

The branch, master has been updated
       via  925a76bcba81bfc99a099a468884ec6e85950c00 (commit)
      from  3cead4e8670b4ceb3f5010bd2aaac5d5aa0bd009 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=925a76bcba81bfc99a099a468884ec6e85950c00
commit 925a76bcba81bfc99a099a468884ec6e85950c00
Author: Michael Drake <michael.dr...@codethink.co.uk>
Commit: Michael Drake <michael.dr...@codethink.co.uk>

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

diff --git a/frontends/riscos/wimputils.h b/frontends/riscos/wimputils.h
index cb01f1b..b1bd880 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;


-----------------------------------------------------------------------

Summary of changes:
 frontends/riscos/wimputils.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/riscos/wimputils.h b/frontends/riscos/wimputils.h
index cb01f1b..b1bd880 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;


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- netsurf-commits@netsurf-browser.org
To unsubscribe send an email to netsurf-commits-le...@netsurf-browser.org

Reply via email to