Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 8080 |
|
|
| 8081 |
case IDCANCEL: |
case IDCANCEL: |
| 8082 |
EndDialog(hWnd, 0); |
EndDialog(hWnd, 0); |
| 8083 |
|
DestroyWindow(hWnd); |
| 8084 |
return TRUE; |
return TRUE; |
| 8085 |
default: |
default: |
| 8086 |
return FALSE; |
return FALSE; |
| 8106 |
if (IsIconic(hd)) |
if (IsIconic(hd)) |
| 8107 |
return 0; |
return 0; |
| 8108 |
// ウィンドウが見えなくなったら、キャンセルされた。 |
// ウィンドウが見えなくなったら、キャンセルされた。 |
| 8109 |
if (IsWindowVisible(hd) == 0) |
if (IsWindow(hd) == 0) |
| 8110 |
return 1; |
return 1; |
| 8111 |
return 0; |
return 0; |
| 8112 |
} |
} |
|
|
Legend:
| Removed from v.3350 |
|
| changed lines |
| |
Added in v.3351 |
|
|
|