summaryrefslogtreecommitdiff
path: root/framebuffer/clipboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/clipboard.c')
-rw-r--r--framebuffer/clipboard.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/framebuffer/clipboard.c b/framebuffer/clipboard.c
index 7503303bd..241e43415 100644
--- a/framebuffer/clipboard.c
+++ b/framebuffer/clipboard.c
@@ -65,10 +65,11 @@ bool gui_empty_clipboard(void)
/**
* Add some text to the clipboard, optionally appending a trailing space.
*
- * \param text text to be added
- * \param length length of text in bytes
- * \param space indicates whether a trailing space should be appended
- * \return true iff successful
+ * \param text text to be added
+ * \param length length of text in bytes
+ * \param space indicates whether a trailing space should be appended
+ * \param fstyle The font style
+ * \return true if successful
*/
bool gui_add_to_clipboard(const char *text, size_t length, bool space,