clutter: Drop CLUTTER_PARAM_* defines
They are not used every where making the codebase very incosistent So just drop the current usages Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3437>
This commit is contained in:

committed by
Marge Bot

parent
ef8b2f2893
commit
3f09a86e7a
@ -845,7 +845,8 @@ meta_input_settings_native_class_init (MetaInputSettingsNativeClass *klass)
|
||||
props[PROP_SEAT_IMPL] =
|
||||
g_param_spec_object ("seat-impl", NULL, NULL,
|
||||
META_TYPE_SEAT_IMPL,
|
||||
CLUTTER_PARAM_READWRITE |
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS |
|
||||
G_PARAM_CONSTRUCT_ONLY);
|
||||
|
||||
g_object_class_install_properties (object_class, N_PROPS, props);
|
||||
|
Reference in New Issue
Block a user