winit icon indicating copy to clipboard operation
winit copied to clipboard

Reduce `WM_PAINT` messages of thread target window

Open wusyong opened this issue 2 years ago • 2 comments

Fixes #2367

Since there's no comment on the issue, I would like to open a PR and give it a try. Examples are working and we can still get nonstop messages with ControlFlow::Poll if we want.

  • [x] Tested on all platforms changed
  • [x] Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • [x] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • [x] Created or updated an example program if it would help users understand this functionality
  • [x] Updated feature matrix, if new features were added or implemented

wusyong avatar Jul 11 '22 05:07 wusyong

I'll be sure to have a look at this once I feel I have a better grasp of what exactly this part of the code is supposed to do. I'm afraid to touch it with my current level of understanding.

maroider avatar Jul 13 '22 15:07 maroider

Is this still an issue on the latest master?

kchibisov avatar Aug 03 '23 16:08 kchibisov