mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Rename minimum and maximum depth properties of the depth behaviour
To follow the other simple behaviours, the ClutterBehaviourDepth:min-depth and ClutterBehaviourDepth:max-depth properties have been renamed to ClutterBehaviourDepth:depth-start and ClutterBehaviourDepth:depth-end respectively.
This commit is contained in:
@ -59,8 +59,8 @@ struct _ClutterBehaviourDepthClass
|
||||
|
||||
GType clutter_behaviour_depth_get_type (void) G_GNUC_CONST;
|
||||
ClutterBehaviour *clutter_behaviour_depth_new (ClutterAlpha *alpha,
|
||||
gint min_depth,
|
||||
gint max_depth);
|
||||
gint depth_start,
|
||||
gint depth_end);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user