mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-04 04:50:28 +01:00
ei: fix a whitespace error
This commit is contained in:
parent
22079d62dc
commit
b14405d3cd
1 changed files with 2 additions and 2 deletions
|
|
@ -233,10 +233,10 @@ ei_seat_has_capability(struct ei_seat *seat,
|
|||
{
|
||||
switch (cap) {
|
||||
case EI_DEVICE_CAP_POINTER:
|
||||
/* FIXME: a seat without pointer or pointer_absolute but button
|
||||
/* FIXME: a seat without pointer or pointer_absolute but button
|
||||
* and/or scroll should count as pointer here but that's niche
|
||||
* enough that we can figure that out when needed */
|
||||
return seat->capabilities.map[EI_POINTER_INTERFACE_INDEX] != 0;
|
||||
return seat->capabilities.map[EI_POINTER_INTERFACE_INDEX] != 0;
|
||||
case EI_DEVICE_CAP_POINTER_ABSOLUTE:
|
||||
return seat->capabilities.map[EI_POINTER_ABSOLUTE_INTERFACE_INDEX] != 0;
|
||||
case EI_DEVICE_CAP_KEYBOARD:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue