[WIN32K] Add debug switch for the Win32 power manager

This commit is contained in:
George Bișoc 2024-06-30 20:09:14 +02:00
parent 4028de8c55
commit 560428e250
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6
2 changed files with 2 additions and 0 deletions

View file

@ -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},

View file

@ -106,6 +106,7 @@
DbgChUserObj,
DbgChUserPainting,
DbgChUserProcess,
DbgChUserPowerManager,
DbgChUserProp,
DbgChUserScrollbar,
DbgChUserSecurity,