summaryrefslogtreecommitdiff
path: root/desktop/page-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/page-info.h')
-rw-r--r--desktop/page-info.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/page-info.h b/desktop/page-info.h
index d4437fd2e..4504e578b 100644
--- a/desktop/page-info.h
+++ b/desktop/page-info.h
@@ -106,13 +106,15 @@ nserror page_info_redraw(
* \param[in] mouse The current mouse state
* \param[in] x The current mouse X coordinate
* \param[in] y The current mouse Y coordinate
+ * \param[out] did_something Set to true if this resulted in some action
* \return NSERROR_OK on success, appropriate error code otherwise.
*/
nserror page_info_mouse_action(
struct page_info *pi,
enum browser_mouse_state mouse,
int x,
- int y);
+ int y,
+ bool *did_something);
/**
* Key press handling.