mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 04:40:25 +01:00
tablet: widen the tool id to 64 bits
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
87926e4ab6
commit
368ced1f29
2 changed files with 2 additions and 2 deletions
|
|
@ -1101,7 +1101,7 @@ libinput_tool_get_type(struct libinput_tool *tool)
|
|||
return tool->type;
|
||||
}
|
||||
|
||||
LIBINPUT_EXPORT uint32_t
|
||||
LIBINPUT_EXPORT uint64_t
|
||||
libinput_tool_get_tool_id(struct libinput_tool *tool)
|
||||
{
|
||||
return tool->tool_id;
|
||||
|
|
|
|||
|
|
@ -1583,7 +1583,7 @@ libinput_tool_get_type(struct libinput_tool *tool);
|
|||
*
|
||||
* @see libinput_tool_get_type
|
||||
*/
|
||||
uint32_t
|
||||
uint64_t
|
||||
libinput_tool_get_tool_id(struct libinput_tool *tool);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue