summaryrefslogtreecommitdiff
path: root/src/dged/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/keyboard.h')
-rw-r--r--src/dged/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dged/keyboard.h b/src/dged/keyboard.h
index e65563f..1a8a149 100644
--- a/src/dged/keyboard.h
+++ b/src/dged/keyboard.h
@@ -105,6 +105,8 @@ struct keyboard keyboard_create_fd(struct reactor *reactor, int fd);
*
* @param kbd The @ref keyboard to update.
* @param reactor The @ref reactor used when creating the @ref keyboard.
+ * @param frame_alloc Allocation function to use for creating the keyboard
+ * update buffer.
* @returns An instance of @ref keyboard_update representing the result of the
* update operation.
*/