[twain 12/14] Indicate that we used a modal dialog.

Jeremy White jwhite at winehq.org
Mon Feb 9 13:02:32 CST 2009


---
 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)
-- 
1.5.6.3






More information about the wine-patches mailing list