summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index bad24f4c9..17fabb069 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -643,3 +643,8 @@ void global_history_redraw(int x, int y, struct rect *clip,
treeview_redraw(gh_ctx.tree, x, y, clip, ctx);
}
+void global_history_mouse_action(browser_mouse_state mouse, int x, int y)
+{
+ treeview_mouse_action(gh_ctx.tree, mouse, x, y);
+}
+