[Ttssh2-commit] [3454] Tera Term 側が WM_SETICON するようになったので、戻す用の大きいアイコンを普通に取り出すようにした。

Back to archive index

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
 		// ‘å‚«‚¢ƒAƒCƒRƒ“‚Í WNDCLASS ‚ɃZƒbƒg‚µ‚Ä‚¢‚é‚Ì‚ÅŽæ‚è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);



Ttssh2-commit メーリングリストの案内
Back to archive index