Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/50371731e33d34d587d00e0090018bfea9cb2d9e
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/50371731e33d34d587d00e0090018bfea9cb2d9e
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/50371731e33d34d587d00e0090018bfea9cb2d9e

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

    GTK: Ensure drag status is initialised in core windows.

diff --git a/frontends/gtk/corewindow.c b/frontends/gtk/corewindow.c
index 9ad644d..0049d15 100644
--- a/frontends/gtk/corewindow.c
+++ b/frontends/gtk/corewindow.c
@@ -682,6 +682,7 @@ static struct core_window_callback_table nsgtk_cw_cb_table 
= {
 nserror nsgtk_corewindow_init(struct nsgtk_corewindow *nsgtk_cw)
 {
        nsgtk_cw->cb_table = &nsgtk_cw_cb_table;
+       nsgtk_cw->drag_staus = CORE_WINDOW_DRAG_NONE;
 
        /* input method setup */
        nsgtk_cw->input_method = gtk_im_multicontext_new();


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

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

diff --git a/frontends/gtk/corewindow.c b/frontends/gtk/corewindow.c
index 9ad644d..0049d15 100644
--- a/frontends/gtk/corewindow.c
+++ b/frontends/gtk/corewindow.c
@@ -682,6 +682,7 @@ static struct core_window_callback_table nsgtk_cw_cb_table 
= {
 nserror nsgtk_corewindow_init(struct nsgtk_corewindow *nsgtk_cw)
 {
        nsgtk_cw->cb_table = &nsgtk_cw_cb_table;
+       nsgtk_cw->drag_staus = CORE_WINDOW_DRAG_NONE;
 
        /* input method setup */
        nsgtk_cw->input_method = gtk_im_multicontext_new();


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