backends: Fix parameter alignment check-code-style complains about
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3718>
This commit is contained in:
parent
847f015017
commit
13b2803a03
@ -117,7 +117,8 @@ meta_cursor_sprite_xcursor_get_cursor (MetaCursorSpriteXcursor *sprite_xcursor)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static XcursorImages *
|
static XcursorImages *
|
||||||
load_cursor_on_client (MetaCursor cursor, int scale)
|
load_cursor_on_client (MetaCursor cursor,
|
||||||
|
int scale)
|
||||||
{
|
{
|
||||||
XcursorImages *xcursor_images;
|
XcursorImages *xcursor_images;
|
||||||
int fallback_size, i;
|
int fallback_size, i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user