mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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"UserPainting", DbgChUserPainting},
|
||||
{L"UserProcess", DbgChUserProcess},
|
||||
{L"UserPowerManager", DbgChUserPowerManager},
|
||||
{L"UserProp", DbgChUserProp},
|
||||
{L"UserScrollbar", DbgChUserScrollbar},
|
||||
{L"UserSecurity", DbgChUserSecurity},
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
DbgChUserObj,
|
||||
DbgChUserPainting,
|
||||
DbgChUserProcess,
|
||||
DbgChUserPowerManager,
|
||||
DbgChUserProp,
|
||||
DbgChUserScrollbar,
|
||||
DbgChUserSecurity,
|
||||
|
|
Loading…
Reference in a new issue