Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/6d81f87c73244e16125b4dbf9ae2d35eda582ce3
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/6d81f87c73244e16125b4dbf9ae2d35eda582ce3
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/6d81f87c73244e16125b4dbf9ae2d35eda582ce3

The branch, master has been updated
       via  6d81f87c73244e16125b4dbf9ae2d35eda582ce3 (commit)
      from  337c2ed7b171d757516d6a828a062366f2d783e8 (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=6d81f87c73244e16125b4dbf9ae2d35eda582ce3
commit 6d81f87c73244e16125b4dbf9ae2d35eda582ce3
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    RISC OS: Set window has focus in local history open.

diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c
index 20ca9e2..1b7d11e 100644
--- a/frontends/riscos/local_history.c
+++ b/frontends/riscos/local_history.c
@@ -384,6 +384,7 @@ ro_local_history_open(struct ro_local_history_window *lhw, 
wimp_w parent)
        state.visible.x1 = width;
        state.visible.y1 = height;
        state.next = wimp_HIDDEN;
+       state.flags |= wimp_WINDOW_HAS_FOCUS;
        error = xwimp_open_window(PTR_WIMP_OPEN(&state));
        if (error) {
                NSLOG(netsurf, INFO, "xwimp_open_window: 0x%x: %s",


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

Summary of changes:
 frontends/riscos/local_history.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c
index 20ca9e2..1b7d11e 100644
--- a/frontends/riscos/local_history.c
+++ b/frontends/riscos/local_history.c
@@ -384,6 +384,7 @@ ro_local_history_open(struct ro_local_history_window *lhw, 
wimp_w parent)
        state.visible.x1 = width;
        state.visible.y1 = height;
        state.next = wimp_HIDDEN;
+       state.flags |= wimp_WINDOW_HAS_FOCUS;
        error = xwimp_open_window(PTR_WIMP_OPEN(&state));
        if (error) {
                NSLOG(netsurf, INFO, "xwimp_open_window: 0x%x: %s",


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to