mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-03 15:00:12 +01:00
tools: ei-demo-client needs to bind to the new button/scroll caps
This commit is contained in:
parent
3e39dabeac
commit
d01a39ef82
1 changed files with 2 additions and 0 deletions
|
|
@ -321,6 +321,8 @@ int main(int argc, char **argv)
|
|||
ei_seat_bind_capability(default_seat, EI_DEVICE_CAP_KEYBOARD);
|
||||
ei_seat_bind_capability(default_seat, EI_DEVICE_CAP_POINTER_ABSOLUTE);
|
||||
ei_seat_bind_capability(default_seat, EI_DEVICE_CAP_TOUCH);
|
||||
ei_seat_bind_capability(default_seat, EI_DEVICE_CAP_BUTTON);
|
||||
ei_seat_bind_capability(default_seat, EI_DEVICE_CAP_SCROLL);
|
||||
break;
|
||||
}
|
||||
case EI_EVENT_SEAT_REMOVED:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue