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
This effectively desyncs the surface from the rest of the window, which
isn't desirable when resizing. Instead, we now commit in the implicit
transaction that happens at the end of the current runloop iteration.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
-**Breaking:** Disable the DRM/KMS backend by default.
14
14
-**Breaking:** Removed `DamageOutOfRange` error case. If the damage value is greater than the backend supports, it is instead clamped to an appropriate value.
15
15
- Fixed `present_with_damage` with bounds out of range on Windows, Web and X11.
16
+
- Reduced flickering when presenting while resizing on macOS.
0 commit comments