mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-25 12:50:05 +01:00
libei: send the name in the original connect message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bfee550834
commit
d7bc93cb4f
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ connection_send_connect(struct ei *ei)
|
|||
|
||||
ClientMessage msg = CLIENT_MESSAGE__INIT;
|
||||
Connect connect = CONNECT__INIT;
|
||||
connect.name = ei->name;
|
||||
|
||||
msg.connect = &connect;
|
||||
msg.msg_case = CLIENT_MESSAGE__MSG_CONNECT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue