mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-08 17:28:44 +02: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
|
* @param fd a memmap-able file descriptor to the keymap
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
eis_device_keyboard_set_keymap(struct eis_device *device,
|
eis_device_set_keymap(struct eis_device *device,
|
||||||
enum eis_keymap_type type,
|
enum eis_keymap_type type,
|
||||||
int fd);
|
int fd, size_t size);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the device from this event.
|
* Return the device from this event.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue