mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-07 11:10:14 +01:00
Previously, we'd send one interface_version event for "ei_handshake" immediately but all others after the client requests handshake.finish. This was too confusing to document and not clear how it would work, so let's make this simpler by splitting it up. There is now a handshake_version event from the server, sent immediately on connection that denotes the maximum version number for the interface. And a handshake_version request from the client which must be the first one by the client. |
||
|---|---|---|
| .. | ||
| templates | ||
| buildtest.c | ||
| buildtest.cc | ||
| eierpecken.c | ||
| eierpecken.h | ||
| eiproto.py.tmpl | ||
| meson.build | ||
| test-ei-device.c | ||
| test-ei-seat.c | ||
| test-ei.c | ||
| test-eis.c | ||
| test-main.c | ||
| test_oeffis.py | ||
| test_protocol.py | ||
| unit-tests.c | ||