[mutter/wip/carlosg/input-thread: 84/96] 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: 84/96] backends/native: Do not dispatch libinput during MetaSeatImpl construction
- Date: Sat, 3 Oct 2020 10:09:09 +0000 (UTC)
commit f1a888dbdbf60a22dc175078e3dd705c2002a93d
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 a810cb95f1..16ef060251 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 char *[]) { "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]