summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 3aebb7e9d..6cec4e7fa 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -332,7 +332,7 @@ fb_redraw(fbtk_widget_t *widget,
browser_window_redraw(bw,
x - bwidget->scrollx, y - bwidget->scrolly,
- clip);
+ &clip);
current_redraw_browser = NULL;