mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-01 05:47:58 +02:00
libeis: two coding style fixes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d4e274ee6f
commit
2b9d5d960a
1 changed files with 2 additions and 4 deletions
|
|
@ -77,8 +77,7 @@ eis_device_set_touch_range(struct eis_device *device,
|
|||
device->touch.dim.height = h;
|
||||
}
|
||||
|
||||
_public_
|
||||
bool
|
||||
_public_ bool
|
||||
eis_device_has_capability(struct eis_device *device,
|
||||
enum eis_device_capability cap)
|
||||
{
|
||||
|
|
@ -92,8 +91,7 @@ eis_device_has_capability(struct eis_device *device,
|
|||
return false;
|
||||
}
|
||||
|
||||
_public_
|
||||
void
|
||||
_public_ void
|
||||
eis_device_disable_capability(struct eis_device *device,
|
||||
enum eis_device_capability cap)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue