From 9a4e99b436efefa00277d592ff67798eb491e87a Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Sun, 12 May 2024 22:55:43 +0200 Subject: Improve API docs and configure system There is now a super minimalistic configure script that automatically detects the event system (epoll/kqueue) and generates a config.h and a config.mk. --- src/dged/keyboard.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dged/keyboard.h') 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. */ -- cgit v1.2.3