Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 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: |
| 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: |
| 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 |
|
|
| |