mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-04 13:20:46 +02:00
eis: send the removed deviceid down the wire
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2a98906b32
commit
57a9892f5d
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ client_send_removed(struct eis_client *client, struct eis_device *device)
|
|||
ServerMessage msg = SERVER_MESSAGE__INIT;
|
||||
Removed removed = REMOVED__INIT;
|
||||
|
||||
removed.deviceid = device->id;
|
||||
|
||||
msg.removed = &removed;
|
||||
msg.msg_case = SERVER_MESSAGE__MSG_REMOVED;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue