This commit is contained in:
spx
2011-04-26 09:58:06 +00:00
parent 4aafa49a28
commit 8fbac4639b
2 changed files with 10 additions and 65 deletions

View File

@ -66,8 +66,7 @@ public:
static bool GetShowDesktop() { return c_ShowDesktop; }
static HWND GetShellDesktopWindow(bool findWorkerW = false);
static HWND GetWorkerW() { return GetShellDesktopWindow(true); }
static HWND GetWorkerW();
static HWND GetHelperWindow() { return c_HelperWindow; }
static void PrepareHelperWindow(HWND WorkerW);