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.