Revision: 9985 https://osdn.net/projects/ttssh2/scm/svn/commits/9985 Author: zmatsuo Date: 2022-06-03 00:40:28 +0900 (Fri, 03 Jun 2022) Log Message: ----------- 通知領域のAPI名を変更 - HideNotifyIcon() -> NotifyHideIcon() Modified Paths: -------------- branches/adjust_icon/teraterm/teraterm/vtwin.cpp branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.cpp branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.h branches/adjust_icon/teraterm/ttpcmn/ttpcmn.def -------------- next part -------------- Modified: branches/adjust_icon/teraterm/teraterm/vtwin.cpp =================================================================== --- branches/adjust_icon/teraterm/teraterm/vtwin.cpp 2022-06-01 14:36:35 UTC (rev 9984) +++ branches/adjust_icon/teraterm/teraterm/vtwin.cpp 2022-06-02 15:40:28 UTC (rev 9985) @@ -3482,14 +3482,14 @@ break; case WM_LBUTTONDOWN: case WM_RBUTTONDOWN: - HideNotifyIcon(&cv); + NotifyHideIcon(&cv); break; case NIN_BALLOONTIMEOUT: - HideNotifyIcon(&cv); + NotifyHideIcon(&cv); break; case NIN_BALLOONUSERCLICK: ::SetForegroundWindow(HVTWin); - HideNotifyIcon(&cv); + NotifyHideIcon(&cv); break; } } Modified: branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.cpp =================================================================== --- branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.cpp 2022-06-01 14:36:35 UTC (rev 9984) +++ branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.cpp 2022-06-02 15:40:28 UTC (rev 9985) @@ -228,7 +228,7 @@ /* * EXPORT API */ -void WINAPI HideNotifyIcon(PComVar cv) +void WINAPI NotifyHideIcon(PComVar cv) { NotifyIcon *ni = GetNotifyData(cv); NotifyHide(ni); Modified: branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.h =================================================================== --- branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.h 2022-06-01 14:36:35 UTC (rev 9984) +++ branches/adjust_icon/teraterm/ttpcmn/ttcmn_notify.h 2022-06-02 15:40:28 UTC (rev 9985) @@ -42,7 +42,7 @@ #if defined(TTCMN_NOTIFY_INTERNAL) DllExport void WINAPI NotifyInitialize(PComVar cv, HWND hWnd, UINT msg, HINSTANCE hInstance, WORD IconID); DllExport void WINAPI NotifyUninitialize(PComVar cv); -DllExport void WINAPI HideNotifyIcon(PComVar cv); +DllExport void WINAPI NotifyHideIcon(PComVar cv); #endif // plugin \x82\xA9\x82\xE7\x82\xE0\x8Eg\x97p\x89\\x82\xC8IF Modified: branches/adjust_icon/teraterm/ttpcmn/ttpcmn.def =================================================================== --- branches/adjust_icon/teraterm/ttpcmn/ttpcmn.def 2022-06-01 14:36:35 UTC (rev 9984) +++ branches/adjust_icon/teraterm/ttpcmn/ttpcmn.def 2022-06-02 15:40:28 UTC (rev 9985) @@ -27,7 +27,7 @@ b64encode @75 b64decode @76 - HideNotifyIcon @81 + NotifyHideIcon @81 NotifyMessage @79 SJIS2JIS @30