Commit c1be7ba
authored
Fix accidentally dropping image encoding quality on the floor on Windows. (swiftlang#1368)
This fixes a bug in
`AttachableImageFormat.init(encoderCLSID:encodingQuality:)` where the
`encodingQuality` argument would not be preserved.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent f817ce5 commit c1be7ba
File tree
1 file changed
+5
-4
lines changed- Sources/Overlays/_Testing_WinSDK/Attachments
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
| 280 | + | |
| 281 | + | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
| 287 | + | |
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
| |||
0 commit comments