Nullify a concern

This commit is contained in:
Přemysl Eric Janouch 2021-11-26 22:28:24 +01:00
parent 6c089eb1d2
commit 174896d3e6
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ open_xcursor(const gchar *data, gsize len, GError **error)
last_nominal = image->size;
}
// TODO(p): Byte-swap if on big-endian. Wuffs doesn't even build there.
// The library automatically byte swaps in _XcursorReadImage().
cairo_surface_t *source = cairo_image_surface_create_for_data(
(unsigned char *) image->pixels, CAIRO_FORMAT_ARGB32,
image->width, image->height, image->width * sizeof *image->pixels);