Skip to content

Conversation

ids1024
Copy link
Contributor

@ids1024 ids1024 commented Dec 11, 2024

The composite function in Pixman is defined to just call composite32 (for compatibility with ancient code from before that was added). So there's no need to expose both in Rust bindings.

This is a breaking API change.

I'm not sure if Region16 is useful to keep as a type, or just unnecessary. Internally, Pixman just uses pixman_region32_copy_from_region16 to convert it to a Region32...

The `composite` function in Pixman is defined to just call `composite32`
(for compatibility with ancient code from before that was added). So
there's no need to expose both in Rust bindings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant