diff options
Diffstat (limited to 'fastiv-io.c')
-rw-r--r-- | fastiv-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv-io.c b/fastiv-io.c index 426d4c7..13dfa9d 100644 --- a/fastiv-io.c +++ b/fastiv-io.c @@ -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); |