diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-09-10 12:46:56 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-09-10 12:48:13 +1200 |
commit | 824483fc95ccbc4627d07371bac8ed4da44c83e7 (patch) | |
tree | 3c3ce5a0a32aba61be7dcc3f93e5ebbbc85867e3 /Cargo.toml | |
parent | d598b9b0b404b386c460a09933bcfce4683b8f7a (diff) | |
download | phosphor-824483fc95ccbc4627d07371bac8ed4da44c83e7.zip |
Fix issue with damaged screen not being redrawn
When another window was dragged over a Phosphor window, the Phosphor
window would have streaks drawn over it from the dragged window and
would need to be redrawn. This was handled by an unrequested render
request, where a render request is received that was sent not by the
program itself but by Phosphor.
These unrequested requests were being ignored due to commit 30c61fd,
because of an issue on Windows where programs were receiving upwards of
50 unrequested requests per second for no reason, which was impacting
program performance. They have been re-enabled, pending an investigation
into the cause of these requests on Windows.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions