mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
Fix the definition of clutter_actor_set_scale to match the declaration
Trivial change to declare the parameter as gdouble instead of double so that it matches the header.
This commit is contained in:
parent
4973b684a6
commit
cd1992181c
@ -4872,8 +4872,8 @@ clutter_actor_set_scalex (ClutterActor *self,
|
||||
*/
|
||||
void
|
||||
clutter_actor_set_scale (ClutterActor *self,
|
||||
double scale_x,
|
||||
double scale_y)
|
||||
gdouble scale_x,
|
||||
gdouble scale_y)
|
||||
{
|
||||
g_return_if_fail (CLUTTER_IS_ACTOR (self));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user