[mutter/wip/carlosg/abs-input-mapper: 122/122] backends: Update to new "output" setting for tablets/touchscreens
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/abs-input-mapper: 122/122] backends: Update to new "output" setting for tablets/touchscreens
- Date: Thu, 6 Dec 2018 14:45:33 +0000 (UTC)
commit ffca9b999dfd96de66144cccb9cc450a4e382232
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]