summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index 9af72f9d3..6fe6521dc 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -106,9 +106,10 @@ struct treeview_callback_table {
/**
* Prepare treeview module for treeview usage
*
+ * \param font_pt_size Treeview text size in pt. Set to <= 0 for default.
* \return NSERROR_OK on success, appropriate error otherwise
*/
-nserror treeview_init(void);
+nserror treeview_init(int font_pt_size);
/**
* Finalise the treeview module (all treeviews must have been destroyed first)