summaryrefslogtreecommitdiff
path: root/desktop/global_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.h')
-rw-r--r--desktop/global_history.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/global_history.h b/desktop/global_history.h
index a2281ad60..bfbd13258 100644
--- a/desktop/global_history.h
+++ b/desktop/global_history.h
@@ -39,8 +39,8 @@ enum browser_mouse_state;
*
* This must be called before any other global_history_* function.
*
- * \param cw_t Callback table for core_window containing the treeview
- * \param cw The core_window in which the treeview is shown
+ * \param cw_t Callback table for core_window containing the treeview.
+ * \param core_window_handle The core_window in which the treeview is shown.
* \return NSERROR_OK on success, appropriate error otherwise
*/
nserror global_history_init(struct core_window_callback_table *cw_t,
@@ -79,10 +79,10 @@ nserror global_history_export(const char *path, const char *title);
/**
* Redraw the global history.
*
- * \param x X coordinate to render treeview at
- * \param x Y coordinate to render treeview at
- * \param clip Current clip rectangle (wrt tree origin)
- * \param ctx Current redraw context
+ * \param x X coordinate to render treeview at
+ * \param y Y coordinate to render treeview at
+ * \param clip Current clip rectangle (wrt tree origin)
+ * \param ctx Current redraw context
*/
void global_history_redraw(int x, int y, struct rect *clip,
const struct redraw_context *ctx);