rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

native_window: Remove redundant `TRANSFORM_` prefix from `NativeWindowTransform` variants #460

Closed MarijnS95 closed 7 months ago

MarijnS95 commented 8 months ago

This prefix is already included in the type name, when stripping down the "typename" ANATIVEWINDOW_TRANSFORM_ prefix from every enum constant.