mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
actor: Correct setting the offscreen-redirect property
It's a flags property, not an enum one. https://bugzilla.gnome.org/show_bug.cgi?id=708922
This commit is contained in:
parent
3435d017e2
commit
d7814cf63e
@ -5379,7 +5379,7 @@ clutter_actor_get_property (GObject *object,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case PROP_OFFSCREEN_REDIRECT:
|
case PROP_OFFSCREEN_REDIRECT:
|
||||||
g_value_set_enum (value, priv->offscreen_redirect);
|
g_value_set_flags (value, priv->offscreen_redirect);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PROP_NAME:
|
case PROP_NAME:
|
||||||
|
Loading…
Reference in New Issue
Block a user