added feature to control uac elevation on desk switch (login screen, lock, etc)

This commit is contained in:
Nick Bolton
2012-07-28 13:34:35 +00:00
parent 268f3a99bb
commit 86bb49aeae
13 changed files with 64 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ protected:
return new CMSWindowsDesks(
true, false, m_hookLibrary, m_screensaver, eventQueue,
new TMethodJob<CMSWindowsKeyStateTests>(
this, &CMSWindowsKeyStateTests::updateKeysCB));
this, &CMSWindowsKeyStateTests::updateKeysCB), false);
}
void* getEventTarget() const