mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
region-utils: Some whitespace fixes
Related: https://gitlab.gnome.org/GNOME/mutter/issues/300
This commit is contained in:
parent
556ed7b937
commit
0ae7ef4bc4
@ -92,11 +92,12 @@ void meta_region_iterator_init (MetaRegionIterator *iter,
|
|||||||
gboolean meta_region_iterator_at_end (MetaRegionIterator *iter);
|
gboolean meta_region_iterator_at_end (MetaRegionIterator *iter);
|
||||||
void meta_region_iterator_next (MetaRegionIterator *iter);
|
void meta_region_iterator_next (MetaRegionIterator *iter);
|
||||||
|
|
||||||
cairo_region_t *meta_region_scale (cairo_region_t *region, int scale);
|
cairo_region_t * meta_region_scale (cairo_region_t *region,
|
||||||
|
int scale);
|
||||||
|
|
||||||
cairo_region_t *meta_make_border_region (cairo_region_t *region,
|
cairo_region_t * meta_make_border_region (cairo_region_t *region,
|
||||||
int x_amount,
|
int x_amount,
|
||||||
int y_amount,
|
int y_amount,
|
||||||
gboolean flip);
|
gboolean flip);
|
||||||
|
|
||||||
#endif /* __META_REGION_UTILS_H__ */
|
#endif /* __META_REGION_UTILS_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user