Browse Source

Note the VCL's TTaskbar class

Source commit: 207bcbdc0876ea9b8d2d45c1aabab930a79cc02a
Martin Prikryl 2 weeks ago
parent
commit
4716bd02fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/windows/TerminalManager.cpp

+ 1 - 0
source/windows/TerminalManager.cpp

@@ -1235,6 +1235,7 @@ void __fastcall TTerminalManager::InitTaskbarButtonCreatedMessage()
   // XE6 VCL already handles TaskbarButtonCreated, but does not call ChangeWindowMessageFilterEx.
   // So we keep our implementation.
   // See also https://stackoverflow.com/q/14614823/850848#14618587
+  // See also VCL's TTaskbar class
   FTaskbarButtonCreatedMessage = RegisterWindowMessage(L"TaskbarButtonCreated");
 
   HINSTANCE User32Library = LoadLibrary(L"user32.dll");