1
0
Fork 0

backend/native: Make is-privacy-screen-enabled not CONSTRUCT_ONLY

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2879>
This commit is contained in:
Sebastian Wick 2023-03-02 01:27:08 +01:00 committed by Marge Bot
parent 4005fda902
commit 47fcb52435

View file

@ -563,7 +563,6 @@ meta_output_class_init (MetaOutputClass *klass)
"Is privacy screen enabled",
FALSE,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS);
g_object_class_install_properties (object_class, N_PROPS, obj_props);
}