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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user