mirror of
https://github.com/reactos/reactos.git
synced 2025-05-27 13:08:23 +00:00
[WIN32K] Add debug switch for the Win32 power manager
This commit is contained in:
parent
4028de8c55
commit
560428e250
2 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,7 @@ DBG_CHANNEL DbgChannels[DbgChCount] = {
|
||||||
{L"UserObj", DbgChUserObj},
|
{L"UserObj", DbgChUserObj},
|
||||||
{L"UserPainting", DbgChUserPainting},
|
{L"UserPainting", DbgChUserPainting},
|
||||||
{L"UserProcess", DbgChUserProcess},
|
{L"UserProcess", DbgChUserProcess},
|
||||||
|
{L"UserPowerManager", DbgChUserPowerManager},
|
||||||
{L"UserProp", DbgChUserProp},
|
{L"UserProp", DbgChUserProp},
|
||||||
{L"UserScrollbar", DbgChUserScrollbar},
|
{L"UserScrollbar", DbgChUserScrollbar},
|
||||||
{L"UserSecurity", DbgChUserSecurity},
|
{L"UserSecurity", DbgChUserSecurity},
|
||||||
|
|
|
@ -106,6 +106,7 @@
|
||||||
DbgChUserObj,
|
DbgChUserObj,
|
||||||
DbgChUserPainting,
|
DbgChUserPainting,
|
||||||
DbgChUserProcess,
|
DbgChUserProcess,
|
||||||
|
DbgChUserPowerManager,
|
||||||
DbgChUserProp,
|
DbgChUserProp,
|
||||||
DbgChUserScrollbar,
|
DbgChUserScrollbar,
|
||||||
DbgChUserSecurity,
|
DbgChUserSecurity,
|
||||||
|
|
Loading…
Reference in a new issue