mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-28 16:40:07 +01:00
tools: handle the initial set of events at event-gui's startup
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c096bedd8b
commit
f5abded2e5
1 changed files with 1 additions and 0 deletions
|
|
@ -650,6 +650,7 @@ main(int argc, char *argv[])
|
|||
|
||||
window_init(&w);
|
||||
sockets_init(li);
|
||||
handle_event_libinput(NULL, 0, li);
|
||||
|
||||
gtk_main();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue