[mutter/wip/carlosg/input-thread: 39/51] backends/native: Do not dispatch libinput during MetaSeatImpl construction
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/input-thread: 39/51] backends/native: Do not dispatch libinput during MetaSeatImpl construction
- Date: Tue, 22 Sep 2020 14:22:00 +0000 (UTC)
commit 18277112617af330003553f544df7c83353cb78c
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Aug 11 18:22:54 2020 +0200
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
src/backends/native/meta-seat-impl.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/backends/native/meta-seat-impl.c b/src/backends/native/meta-seat-impl.c
index a1ce5cb953..3a86b934d0 100644
--- a/src/backends/native/meta-seat-impl.c
+++ b/src/backends/native/meta-seat-impl.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]