[mutter/wip/carlosg/input-thread: 175/185] 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: 175/185] backends/native: Do not dispatch libinput during MetaSeatImpl construction
- Date: Fri, 23 Oct 2020 22:10:22 +0000 (UTC)
commit 15863b799b93eff22c8e1db5de7e174f06f34452
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 ce05de5c38..78193598db 100644
--- a/src/backends/native/meta-seat-impl.c
+++ b/src/backends/native/meta-seat-impl.c
@@ -2511,8 +2511,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]