4d7c8d68bc
We currently are confusing g_param_spec_enum and g_param_spec_flags for the offscreen-redirect property of ClutterActor. Since it's actually a flag, make it a flag everywhere. Fun fact: This was already partly done with d7814cf63eab1cf95625b06face9f914133d7eaa, but that commit missed the setter. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1292