mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-19 04:18:11 +02:00
uint32 in protobuf is encoded as VARINT (roughly similar to UTF-8 but for numbers). Thats useful when you're sending lots of messages over the net but in our case having a simple fixed-size protocol message format is better. |
||
|---|---|---|
| .. | ||
| ei.proto | ||
| meson.build | ||