From cf5782718718bee4788dea315dfdbaeafbc3cbc0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 31 May 2013 13:25:49 +0100 Subject: Add function to pass mouse input to treeview. --- desktop/global_history.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/global_history.h') diff --git a/desktop/global_history.h b/desktop/global_history.h index 5253f06a6..960eb1e7a 100644 --- a/desktop/global_history.h +++ b/desktop/global_history.h @@ -31,4 +31,7 @@ nserror global_history_fini(struct core_window_callback_table *cw_t, void global_history_redraw(int x, int y, struct rect *clip, const struct redraw_context *ctx); + +void global_history_mouse_action(browser_mouse_state mouse, int x, int y); + #endif -- cgit v1.2.3