22 Mar
2022
22 Mar
'22
7:52 a.m.
On Mon, Mar 21, 2022 at 02:32:20PM -0700, Tim Clem wrote:
Signed-off-by: Tim Clem <tclem(a)codeweavers.com> --- dlls/winemac.drv/display.c | 107 ++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 55 deletions(-)
Hi Tim, I'm not convinced that adding two goto labels is an improvement. I'd suggest moving the bulk of the code inside the loop to a helper that returns "better". Huw.