mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Revert "build: Detect the appropriate default flavour"
Ouch, butterfingers and git commit -a.
This reverts commit 81e8c8dec9
.
This commit is contained in:
@ -6110,8 +6110,6 @@ clutter_actor_get_allocation_box (ClutterActor *self,
|
||||
* The returned rectangle is in pixels.
|
||||
*
|
||||
* Since: 0.8
|
||||
*
|
||||
* Deprecated: 1.8: Use clutter_actor_get_allocation_box() instead.
|
||||
*/
|
||||
void
|
||||
clutter_actor_get_allocation_geometry (ClutterActor *self,
|
||||
@ -6246,9 +6244,6 @@ clutter_actor_allocate (ClutterActor *self,
|
||||
* size, in pixels. This means the untransformed actor will have the
|
||||
* given geometry. This is the same as calling clutter_actor_set_position()
|
||||
* and clutter_actor_set_size().
|
||||
*
|
||||
* Deprecated: 1.8: Use clutter_actor_set_position() and
|
||||
* clutter_actor_set_size() instead.
|
||||
*/
|
||||
void
|
||||
clutter_actor_set_geometry (ClutterActor *self,
|
||||
@ -6271,9 +6266,6 @@ clutter_actor_set_geometry (ClutterActor *self,
|
||||
* actor. This is the same as calling clutter_actor_get_position() and
|
||||
* clutter_actor_get_size(). It tries to "do what you mean" and get the
|
||||
* requested size and position if the actor's allocation is invalid.
|
||||
*
|
||||
* Deprecated: 1.8: Use clutter_actor_get_position() and
|
||||
* clutter_actor_get_size() instead.
|
||||
*/
|
||||
void
|
||||
clutter_actor_get_geometry (ClutterActor *self,
|
||||
|
Reference in New Issue
Block a user