Module: wine Branch: master Commit: 3f0645c79dce62df5c1a75c3959c816a9a10b809 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f0645c79dce62df5c1a75c395...
Author: Jeremy White jwhite@winehq.org Date: Mon Feb 9 13:02:32 2009 -0600
sane.ds: Indicate that we used a modal dialog.
---
dlls/sane.ds/ds_ctrl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/ds_ctrl.c b/dlls/sane.ds/ds_ctrl.c index 2b90e9f..b0867cf 100644 --- a/dlls/sane.ds/ds_ctrl.c +++ b/dlls/sane.ds/ds_ctrl.c @@ -582,6 +582,7 @@ TW_UINT16 SANE_EnableDSUserInterface (pTW_IDENTITY pOrigin, activeDS.currentState = 5; /* Transitions to state 5 */ FIXME("showing UI\n"); rc = DoScannerUI(); + pUserInterface->ModalUI = TRUE; if (!rc) { if (activeDS.windowMessage)