You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
-**Breaking:** Removed generic type parameters `D` and `W` from `Buffer<'_>` struct.
7
7
-**Breaking:** Removed `Deref[Mut]` implementation on `Buffer<'_>`. Use `Buffer::pixels()` instead.
8
8
-**Breaking:** Removed `DamageOutOfRange` error case. If the damage value is greater than the backend supports, it is instead clamped to an appropriate value.
9
-
- Fixed `present_with_damage` with bounds out of range on Windowsand Web.
9
+
- Fixed `present_with_damage` with bounds out of range on Windows, Web and X11.
0 commit comments