mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
clutter/util: Fix styling on functions definitions
https://gitlab.gnome.org/GNOME/mutter/merge_requests/469
This commit is contained in:
parent
68fba458b3
commit
29211c9020
@ -106,7 +106,8 @@ _clutter_util_fully_transform_vertices (const CoglMatrix *modelview,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void _clutter_util_rect_from_rectangle (const cairo_rectangle_int_t *src,
|
void
|
||||||
|
_clutter_util_rect_from_rectangle (const cairo_rectangle_int_t *src,
|
||||||
ClutterRect *dest)
|
ClutterRect *dest)
|
||||||
{
|
{
|
||||||
*dest = (ClutterRect) {
|
*dest = (ClutterRect) {
|
||||||
@ -121,7 +122,8 @@ void _clutter_util_rect_from_rectangle (const cairo_rectangle_int_t *src,
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
void _clutter_util_rectangle_int_extents (const ClutterRect *src,
|
void
|
||||||
|
_clutter_util_rectangle_int_extents (const ClutterRect *src,
|
||||||
cairo_rectangle_int_t *dest)
|
cairo_rectangle_int_t *dest)
|
||||||
{
|
{
|
||||||
ClutterRect tmp = *src;
|
ClutterRect tmp = *src;
|
||||||
@ -136,7 +138,8 @@ void _clutter_util_rectangle_int_extents (const ClutterRect *src,
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
void _clutter_util_rectangle_offset (const cairo_rectangle_int_t *src,
|
void
|
||||||
|
_clutter_util_rectangle_offset (const cairo_rectangle_int_t *src,
|
||||||
int x,
|
int x,
|
||||||
int y,
|
int y,
|
||||||
cairo_rectangle_int_t *dest)
|
cairo_rectangle_int_t *dest)
|
||||||
|
Loading…
Reference in New Issue
Block a user