summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-12 20:31:18 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-12 20:31:18 +0000
commit7b9fa8d7eb60950401065a81efffebd10d84309a (patch)
treea47839a1a7a6b1dace9f4b229b58899a2be070cd /frontends/gtk/scaffolding.c
parent1666944c7e5c7a300ad0658b9654464ff2c11495 (diff)
downloadnetsurf-7b9fa8d7eb60950401065a81efffebd10d84309a.tar.gz
netsurf-7b9fa8d7eb60950401065a81efffebd10d84309a.tar.bz2
fix plotter merge
Diffstat (limited to 'frontends/gtk/scaffolding.c')
-rw-r--r--frontends/gtk/scaffolding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c
index 06b51decc..de666c941 100644
--- a/frontends/gtk/scaffolding.c
+++ b/frontends/gtk/scaffolding.c
@@ -1673,7 +1673,7 @@ nsgtk_history_draw_event(GtkWidget *widget, cairo_t *cr, gpointer data)
clip.x1 = x2;
clip.y1 = y2;
- ctx.plot->clip(&clip);
+ ctx.plot->clip(&ctx, &clip);
browser_window_history_redraw(bw, &ctx);