mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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:
parent
4005fda902
commit
47fcb52435
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user