20 Nov
2025
20 Nov
'25
6:53 p.m.
Esme Povirk (@madewokherd) commented about dlls/sane.ds/ui.c:
+ { + case IDCANCEL: + WARN("User cancelled\n"); + activeDS.userCancelled = TRUE; + } + } + } return FALSE; }
HWND ScanningDialogBox(HWND dialog, LONG progress) { + static DWORD tickLast=0; + DWORD tickNow = GetTickCount(); + + if (!activeDS.capIndicators) As I read the spec, we should also check the ShowUI value that was passed to MSG_ENABLEDS.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9530#note_123155