summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index da6216f64..2579d8553 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -225,7 +225,7 @@ nserror treeview_node_contract(struct treeview *tree,
* \param tree Treeview object to render
* \param x X coordinate to render treeview at
* \param x Y coordinate to render treeview at
- * \param clip Current clip rectangle
+ * \param clip Current clip rectangle (wrt tree origin)
* \param ctx Current redraw context
*/
void treeview_redraw(struct treeview *tree, int x, int y, struct rect *clip,