20 May
2025
20 May
'25
10:36 a.m.
Dmitry Timoshkov (@dmitry) commented about server/window.c:
offset_region( tmp, win->window_rect.left - win->client_rect.left, win->window_rect.top - win->client_rect.top );
- if (flags & RDW_INVALIDATE) flags |= RDW_FRAME | RDW_ERASE; + if (flags & RDW_INVALIDATE) flags |= RDW_ERASE;
Why are you removing this optimization? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8095#note_103955