Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7560 by zmatsuo, Mon Apr 8 17:12:02 2019 UTC revision 7592 by zmatsuo, Wed Apr 17 15:08:42 2019 UTC
# Line 829  static BOOL CALLBACK auth_dlg_proc(HWND Line 829  static BOOL CALLBACK auth_dlg_proc(HWND
829                                  SetTimer(dlg, IDC_TIMER3, autologin_timeout, 0);                                  SetTimer(dlg, IDC_TIMER3, autologin_timeout, 0);
830                          }                          }
831                  }                  }
832                    CenterWindow(dlg, GetParent(dlg));
833                  return FALSE;                   /* because we set the focus */                  return FALSE;                   /* because we set the focus */
834    
835          case WM_TIMER:          case WM_TIMER:
# Line 1267  static BOOL CALLBACK TIS_dlg_proc(HWND d Line 1268  static BOOL CALLBACK TIS_dlg_proc(HWND d
1268                          SendMessage(dlg, WM_COMMAND, IDOK, 0);                          SendMessage(dlg, WM_COMMAND, IDOK, 0);
1269                  }                  }
1270    
1271                    CenterWindow(dlg, GetParent(dlg));
1272                  return FALSE;                   /* because we set the focus */                  return FALSE;                   /* because we set the focus */
1273    
1274          case WM_COMMAND:          case WM_COMMAND:
# Line 1495  static BOOL CALLBACK default_auth_dlg_pr Line 1497  static BOOL CALLBACK default_auth_dlg_pr
1497                          DlgAuthSetupFont = NULL;                          DlgAuthSetupFont = NULL;
1498                  }                  }
1499  #endif  #endif
1500                    CenterWindow(dlg, GetParent(dlg));
1501                  return TRUE;                    /* because we do not set the focus */                  return TRUE;                    /* because we do not set the focus */
1502    
1503          case WM_COMMAND:          case WM_COMMAND:

Legend:
Removed from v.7560  
changed lines
  Added in v.7592

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26