On Tue May 20 15:24:05 2025 +0000, Rémi Bernon wrote:
The patch isn't necessary but I was aiming at reducing the number of parameters overall in a MR that added two more, and I though it would be better to remove one seemingly independent parameter that actually isn't. I don't think having to track down 6 different calls sites to figure under which condition that additional parameter can be set to a 1/0 constant, based on seemingly arbitrary decision as it is hardcoded in most of them, is easier to maintain than taking the information where it actually comes from (the RDW_FRAME flag), with yes, a local abuse of flag to carry a local information through a recursive call.
I see. Maybe we could add `WINE_RDW_*` flags instead if more parameters are a concern?