![Ingo Bürk](/assets/img/avatar_default.png)
With commit d58dbc3 we started ignoring Expose events in a sequence except for the last one. Since we only copied the affected part of the window in the Expose event handler, this caused incorrectly rendered window decorations. Instead of reverting to the old behavior, we now copy the entire window content on this single, last event with the following rationale: - It's cheaper to copy a larger chunk once than multiple smaller chunks doing one server roundtrip each. - That's how we do it when rendering out decoration on decoration changes as well. fixes #2683
…
…
…
…
…
…
Description
No description provided
Languages
C
58.4%
Perl
36%
Raku
2.6%
Ruby
1.2%
Shell
0.7%
Other
1.1%