svnno****@sourc*****
svnno****@sourc*****
2009年 6月 9日 (火) 00:55:59 JST
Revision: 3454 http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3454 Author: maya Date: 2009-06-09 00:55:59 +0900 (Tue, 09 Jun 2009) Log Message: ----------- Tera Term å´ã WM_SETICON ããããã«ãªã£ãã®ã§ãæ»ãç¨ã®å¤§ããã¢ã¤ã³ã³ãæ®éã«åãåºãããã«ããã Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.c =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.c 2009-06-08 15:49:01 UTC (rev 3453) +++ trunk/ttssh2/ttxssh/ttxssh.c 2009-06-08 15:55:59 UTC (rev 3454) @@ -663,9 +663,16 @@ } if (SecureLargeIcon != NULL && SecureSmallIcon != NULL) { +#if 0 // å«¢ACRÍ WNDCLASS ÉZbgµÄ¢éÌÅæèoµûªá¤ (2006.8.10 maya) pvar->OldLargeIcon = (HICON) GetClassLong(pvar->NotificationWindow, GCL_HICON); +#else + // Tera Term ¤ª WM_SETICON ·éæ¤ÉÈÁ½ÌÅÊÉæèo· (2009.6.9 maya) + pvar->OldLargeIcon = + (HICON) SendMessage(pvar->NotificationWindow, WM_GETICON, + ICON_BIG, 0); +#endif pvar->OldSmallIcon = (HICON) SendMessage(pvar->NotificationWindow, WM_GETICON, ICON_SMALL, 0);