mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
backends/native: Do not dispatch libinput during MetaSeatImpl construction
This saves us from some egg/chicken problems, since we mean to use the MetaInputSettings while it (thus far) is created at a later stage. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403
This commit is contained in:
parent
c850aa9733
commit
09e02a772e
@ -2482,8 +2482,6 @@ meta_seat_impl_constructed (GObject *object)
|
||||
|
||||
seat->udev_client = g_udev_client_new ((const gchar *[]) { "input", NULL });
|
||||
|
||||
dispatch_libinput (seat);
|
||||
|
||||
source = meta_event_source_new (seat);
|
||||
seat->event_source = source;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user