Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3435 by maya, Thu Jun 4 01:06:00 2009 UTC revision 3454 by maya, Mon Jun 8 15:55:59 2009 UTC
# Line 663  void notify_established_secure_connectio Line 663  void notify_established_secure_connectio
663          }          }
664    
665          if (SecureLargeIcon != NULL && SecureSmallIcon != NULL) {          if (SecureLargeIcon != NULL && SecureSmallIcon != NULL) {
666    #if 0
667                  // 大きいアイコンは WNDCLASS にセットしているので取り出し方が違う (2006.8.10 maya)                  // 大きいアイコンは WNDCLASS にセットしているので取り出し方が違う (2006.8.10 maya)
668                  pvar->OldLargeIcon =                  pvar->OldLargeIcon =
669                          (HICON) GetClassLong(pvar->NotificationWindow, GCL_HICON);                          (HICON) GetClassLong(pvar->NotificationWindow, GCL_HICON);
670    #else
671                    // Tera Term 側が WM_SETICON するようになったので普通に取り出す (2009.6.9 maya)
672                    pvar->OldLargeIcon =
673                            (HICON) SendMessage(pvar->NotificationWindow, WM_GETICON,
674                                                ICON_BIG, 0);
675    #endif
676                  pvar->OldSmallIcon =                  pvar->OldSmallIcon =
677                          (HICON) SendMessage(pvar->NotificationWindow, WM_GETICON,                          (HICON) SendMessage(pvar->NotificationWindow, WM_GETICON,
678                                              ICON_SMALL, 0);                                              ICON_SMALL, 0);

Legend:
Removed from v.3435  
changed lines
  Added in v.3454

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