MetaMonitorConfig: Rename is_underscanning to enable_underscanning

Use better terminology to imply that the configuration enables
underscanning, not what already "is".

https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
Jonas Ådahl
2017-02-14 18:19:09 +08:00
parent 68a6cc5976
commit 0548c9e7d5
4 changed files with 5 additions and 5 deletions

View File

@ -184,7 +184,7 @@ check_monitor_configuration (MetaMonitorConfigStore *config_store,
g_assert_cmpfloat (monitor_config->mode_spec->refresh_rate,
==,
test_monitor->mode.refresh_rate);
g_assert_cmpint (monitor_config->is_underscanning,
g_assert_cmpint (monitor_config->enable_underscanning,
==,
test_monitor->is_underscanning);
}