[0.4.9][TASKMGR] Backport commits id-ID and 'Remove Debug Channels' CORE-18057

by picking the following commits:
0.4.15-dev-413-g ed7196d964 [TASKMGR] Remove 'Debug Channels' feature, which is Wine-specific
0.4.15-dev-2488-g fd4d8f550c [TASKMGR] id-ID.rc, just the single line in this module
This commit is contained in:
Joachim Henze 2022-02-27 22:51:06 +01:00
parent 73391c7694
commit 9a1074ee70
34 changed files with 7 additions and 429 deletions

View file

@ -56,7 +56,7 @@ TASKMANAGER_SETTINGS TaskManagerSettings;
// http://www.catch22.net/software/winspy
// Copyright (c) 2002 by J Brown
//
//
// Copied from uxtheme.h
// If you have this new header, then delete these and
@ -67,7 +67,7 @@ TASKMANAGER_SETTINGS TaskManagerSettings;
#define ETDT_USETABTEXTURE 0x00000004
#define ETDT_ENABLETAB (ETDT_ENABLE | ETDT_USETABTEXTURE)
//
//
typedef HRESULT (WINAPI * ETDTProc) (HWND, DWORD);
//
@ -82,7 +82,7 @@ BOOL EnableDialogTheme(HWND hwnd)
if(hUXTheme)
{
fnEnableThemeDialogTexture =
fnEnableThemeDialogTexture =
(ETDTProc)GetProcAddress(hUXTheme, "EnableThemeDialogTexture");
if(fnEnableThemeDialogTexture)
@ -324,9 +324,6 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
case ID_PROCESS_PAGE_SETPRIORITY_LOW:
DoSetPriority(IDLE_PRIORITY_CLASS);
break;
case ID_PROCESS_PAGE_DEBUGCHANNELS:
ProcessPage_OnDebugChannels();
break;
/* ShutDown items */
case ID_SHUTDOWN_STANDBY: