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