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:
Peter Hutterer 2015-11-09 15:38:55 +10:00
parent 87926e4ab6
commit 368ced1f29
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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);
/**