20 May
2025
20 May
'25
2:12 p.m.
On Tue May 20 14:05:51 2025 +0000, Jinoh Kang wrote:
However, in the `!(flags & RDW_INVALIDATE)` case `flags & RDW_FRAME` is also not used for anything so it can be used to carry the information the frame parameter was carrying before, which makes `flags & RDW_FRAME` consistent over every use case. So then `RDW_FRAME | RDW_NOFRAME` can both be set now? I guess but I don't see how it's an issue. Might be a bit weird but pretty much the same as `frame == 1 && flags & RDW_NOFRAME`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8095#note_103980