Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3350 by yutakapon, Sun Apr 26 16:13:29 2009 UTC revision 3351 by yutakapon, Mon Apr 27 14:10:05 2009 UTC
# Line 8080  static LRESULT CALLBACK ssh_scp_dlg_proc Line 8080  static LRESULT CALLBACK ssh_scp_dlg_proc
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;
# Line 8105  static int is_canceled_window(HWND hd) Line 8106  static int is_canceled_window(HWND hd)
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

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