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:
Jonas Ådahl 2023-08-04 10:13:35 +02:00 committed by Marge Bot
parent dfdd319041
commit 730efb17d7

View File

@ -750,7 +750,7 @@ load_scaled_and_transformed_cursor_sprite (MetaCursorRendererNative *native,
cairo_surface_t *surface;
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,
cairo_format,
width,