mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[0.4.9][TASKMGR] Backport commits id-ID and 'Remove Debug Channels' CORE-18057
by picking the following commits: 0.4.15-dev-413-ged7196d964
[TASKMGR] Remove 'Debug Channels' feature, which is Wine-specific 0.4.15-dev-2488-gfd4d8f550c
[TASKMGR] id-ID.rc, just the single line in this module
This commit is contained in:
parent
73391c7694
commit
9a1074ee70
34 changed files with 7 additions and 429 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue