[mutter/wip/carlosg/abs-input-mapper: 220/220] backends: Update to new "output" setting for tablets/touchscreens
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/abs-input-mapper: 220/220] backends: Update to new "output" setting for tablets/touchscreens
- Date: Fri, 9 Nov 2018 16:01:48 +0000 (UTC)
commit a99e65304b9bdfbb97f7ae7cec6de9f679cf19b3
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Jul 30 21:16:24 2018 +0200
backends: Update to new "output" setting for tablets/touchscreens
src/backends/meta-input-settings.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/backends/meta-input-settings.c b/src/backends/meta-input-settings.c
index 1ab04f84b..365577ec0 100644
--- a/src/backends/meta-input-settings.c
+++ b/src/backends/meta-input-settings.c
@@ -814,7 +814,7 @@ meta_input_settings_find_monitor (MetaInputSettings *input_settings,
gchar **edid;
priv = meta_input_settings_get_instance_private (input_settings);
- edid = g_settings_get_strv (settings, "display");
+ edid = g_settings_get_strv (settings, "output");
n_values = g_strv_length (edid);
if (n_values != 3)
@@ -1157,7 +1157,7 @@ mapped_device_changed_cb (GSettings *settings,
const gchar *key,
DeviceMappingInfo *info)
{
- if (strcmp (key, "display") == 0)
+ if (strcmp (key, "output") == 0)
update_device_display (info->input_settings, settings, info->device);
else if (strcmp (key, "mapping") == 0)
update_tablet_mapping (info->input_settings, settings, info->device);
@@ -2071,7 +2071,7 @@ meta_input_settings_cycle_tablet_output (MetaInputSettings *input_settings,
edid[1] = "";
edid[2] = "";
}
- g_settings_set_strv (info->settings, "display", edid);
+ g_settings_set_strv (info->settings, "output", edid);
meta_display_show_tablet_mapping_notification (meta_get_display (),
device, pretty_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]