[ttssh2-commit] [9979] NotifySetIconID() は別に呼んでいるので、SetVTIconID() の中で呼ばない

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 5月 31日 (火) 00:25:04 JST


Revision: 9979
          https://osdn.net/projects/ttssh2/scm/svn/commits/9979
Author:   nmaya
Date:     2022-05-31 00:25:03 +0900 (Tue, 31 May 2022)
Log Message:
-----------
NotifySetIconID() は別に呼んでいるので、SetVTIconID() の中で呼ばない

Modified Paths:
--------------
    branches/adjust_icon/teraterm/teraterm/vtwin.cpp

-------------- next part --------------
Modified: branches/adjust_icon/teraterm/teraterm/vtwin.cpp
===================================================================
--- branches/adjust_icon/teraterm/teraterm/vtwin.cpp	2022-05-29 15:51:25 UTC (rev 9978)
+++ branches/adjust_icon/teraterm/teraterm/vtwin.cpp	2022-05-30 15:25:03 UTC (rev 9979)
@@ -255,7 +255,6 @@
 	                                      (ts->VTIcon != IdIconDefault) ? ts->VTIcon
 	                                                                    : IDI_VT;
 	TTSetIcon(inst, HVTWin, MAKEINTRESOURCEW(icon_id), 0);
-	NotifySetIconID(&cv, inst, icon_id);
 }
 
 /////////////////////////////////////////////////////////////////////////////


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