Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/727ff38647218638989d8646b57fac968aba92eb
...commit
http://git.netsurf-browser.org/netsurf.git/commit/727ff38647218638989d8646b57fac968aba92eb
...tree
http://git.netsurf-browser.org/netsurf.git/tree/727ff38647218638989d8646b57fac968aba92eb
The branch, master has been updated
via 727ff38647218638989d8646b57fac968aba92eb (commit)
from e8e7485089763716f645be2bf3d55bff8b4b0659 (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=727ff38647218638989d8646b57fac968aba92eb
commit 727ff38647218638989d8646b57fac968aba92eb
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Treeview: Constify clip rectangle.
diff --git a/desktop/treeview.c b/desktop/treeview.c
index cb4ca80..3e23fbe 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -2497,7 +2497,7 @@ static void treeview_redraw_tree(
const int x,
const int y,
int *render_y_in_out,
- struct rect *r,
+ const struct rect *r,
struct content_redraw_data *data,
const struct redraw_context *ctx)
{
@@ -2716,7 +2716,7 @@ static void treeview_redraw_search(
const int x,
const int y,
int *render_y_in_out,
- struct rect *r,
+ const struct rect *r,
struct content_redraw_data *data,
const struct redraw_context *ctx)
{
-----------------------------------------------------------------------
Summary of changes:
desktop/treeview.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/desktop/treeview.c b/desktop/treeview.c
index cb4ca80..3e23fbe 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -2497,7 +2497,7 @@ static void treeview_redraw_tree(
const int x,
const int y,
int *render_y_in_out,
- struct rect *r,
+ const struct rect *r,
struct content_redraw_data *data,
const struct redraw_context *ctx)
{
@@ -2716,7 +2716,7 @@ static void treeview_redraw_search(
const int x,
const int y,
int *render_y_in_out,
- struct rect *r,
+ const struct rect *r,
struct content_redraw_data *data,
const struct redraw_context *ctx)
{
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org