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 8093 by yutakapon, Sun Sep 8 10:16:41 2019 UTC revision 8097 by yutakapon, Sun Sep 8 14:32:30 2019 UTC
# Line 122  static LRESULT CALLBACK password_wnd_pro Line 122  static LRESULT CALLBACK password_wnd_pro
122                                          _tcscat_s(uimsg, _countof(uimsg), pvar->ts->UIMsg);                                          _tcscat_s(uimsg, _countof(uimsg), pvar->ts->UIMsg);
123                                  }                                  }
124                                  GetWindowRect(control, &rect);                                  GetWindowRect(control, &rect);
125                                  data->tipwin = TipWinCreate(control, rect.left, rect.bottom, uimsg, FALSE);                                  data->tipwin = TipWinCreate(control, rect.left, rect.bottom, uimsg);
126                          }                          }
127    
128                          return 0;                          return 0;

Legend:
Removed from v.8093  
changed lines
  Added in v.8097

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