mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
cursor-renderer/native: Change comma to semi colon
It was a typo. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3147>
This commit is contained in:
parent
dfdd319041
commit
730efb17d7
@ -750,7 +750,7 @@ load_scaled_and_transformed_cursor_sprite (MetaCursorRendererNative *native,
|
|||||||
cairo_surface_t *surface;
|
cairo_surface_t *surface;
|
||||||
cairo_format_t cairo_format;
|
cairo_format_t cairo_format;
|
||||||
|
|
||||||
cairo_format = gbm_format_to_cairo_format (gbm_format),
|
cairo_format = gbm_format_to_cairo_format (gbm_format);
|
||||||
surface = scale_and_transform_cursor_sprite_cpu (data,
|
surface = scale_and_transform_cursor_sprite_cpu (data,
|
||||||
cairo_format,
|
cairo_format,
|
||||||
width,
|
width,
|
||||||
|
Loading…
Reference in New Issue
Block a user