Make screen cast and remote desktop non-experimental

It's time to make this feature more accessible by not requiring editing
an array in gsettings.
This commit is contained in:
Jonas Ådahl
2018-06-07 10:21:06 +02:00
parent 2a45b7de7c
commit d5203f170e
4 changed files with 3 additions and 60 deletions

View File

@ -263,10 +263,6 @@ experimental_features_handler (GVariant *features_variant,
/* So far no experimental features defined. */
if (g_str_equal (feature, "scale-monitor-framebuffer"))
features |= META_EXPERIMENTAL_FEATURE_SCALE_MONITOR_FRAMEBUFFER;
else if (g_str_equal (feature, "screen-cast"))
features |= META_EXPERIMENTAL_FEATURE_SCREEN_CAST;
else if (g_str_equal (feature, "remote-desktop"))
features |= META_EXPERIMENTAL_FEATURE_REMOTE_DESKTOP;
else if (g_str_equal (feature, "kms-modifiers"))
features |= META_EXPERIMENTAL_FEATURE_KMS_MODIFIERS;
else