On Windows, expose DWM attributes (#3409)

This commit is contained in:
sidit77
2024-01-19 12:43:39 +01:00
committed by GitHub
parent d7c7ba1d6c
commit b0c59c8416
5 changed files with 222 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ Unreleased` header.
- Add the `OwnedDisplayHandle` type for allowing safe display handle usage outside of trivial cases.
- **Breaking:** Rename `TouchpadMagnify` to `PinchGesture`, `SmartMagnify` to `DoubleTapGesture` and `TouchpadRotate` to `RotationGesture` to represent the action rather than the intent.
- on iOS, add detection support for `PinchGesture`, `DoubleTapGesture` and `RotationGesture`.
- on Windows: add `with_border_color`, `with_title_background_color`, `with_title_text_color` and `with_corner_preference`
# 0.29.10