From 368b03bffb8dcf2dc2a306f29756ca882b3fee51 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 10 Jun 2017 11:15:20 +0100 Subject: Local history: Pass clip rectangle around as struct. --- desktop/local_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/local_history.c') diff --git a/desktop/local_history.c b/desktop/local_history.c index 6d07c8ad7..d7022d7e0 100644 --- a/desktop/local_history.c +++ b/desktop/local_history.c @@ -77,7 +77,7 @@ local_history_redraw(struct local_history_session *session, { if (session->bw != NULL) { browser_window_history_redraw_rectangle(session->bw, - clip->x0, clip->y0, clip->x1, clip->y1, x, y, ctx); + clip, x, y, ctx); } return NSERROR_OK; } -- cgit v1.2.3