mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[WIN32K] Add debug switch for the Win32 power manager
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user