efl_input_clickable: int -> uint

Summary:
the ids of the structs here are never negative

ref T7976

Reviewers: zmike, segfaultxavi, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7976

Differential Revision: https://phab.enlightenment.org/D9497
This commit is contained in:
Marcel Hollerbach 2019-08-06 10:57:56 -04:00 committed by Mike Blumenkrantz
parent 912dfe270e
commit d347c0632a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
struct @beta Efl.Input.Clickable_Clicked {
[[A struct that expresses a click in elementary.]]
repeated : int; [[The amount of how often the clicked event was repeated in a certain amount of time]]
button : int; [[The Button that is pressed]]
repeated : uint; [[The amount of how often the clicked event was repeated in a certain amount of time]]
button : uint; [[The Button that is pressed]]
}
mixin @beta Efl.Input.Clickable