mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-30 10:40:09 +01:00
libeis: correct the name of the set_keymap function
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
04dab83115
commit
bc2bd3c09a
1 changed files with 3 additions and 3 deletions
|
|
@ -452,9 +452,9 @@ eis_device_get_keymap_type(struct eis_device *device);
|
|||
* @param fd a memmap-able file descriptor to the keymap
|
||||
*/
|
||||
void
|
||||
eis_device_keyboard_set_keymap(struct eis_device *device,
|
||||
enum eis_keymap_type type,
|
||||
int fd);
|
||||
eis_device_set_keymap(struct eis_device *device,
|
||||
enum eis_keymap_type type,
|
||||
int fd, size_t size);
|
||||
|
||||
/**
|
||||
* Return the device from this event.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue