Additional change for r897.

This commit is contained in:
spx
2011-08-13 10:03:16 +00:00
parent 04ebdd5186
commit fab4bdb088
3 changed files with 40 additions and 17 deletions

View File

@ -66,10 +66,8 @@ public:
static bool GetShowDesktop() { return c_ShowDesktop; }
static HWND GetWorkerW();
static HWND GetHelperWindow() { return c_HelperWindow; }
static void PrepareHelperWindow(HWND WorkerW);
static void PrepareHelperWindow(HWND WorkerW = GetWorkerW());
static OSPLATFORM GetOSPlatform();
static ULONGLONG GetTickCount64();
@ -93,6 +91,7 @@ private:
static void UpdateWorkareaInfo();
static HWND GetDefaultShellWindow();
static HWND GetWorkerW();
static void ChangeZPosInOrder();
static bool CheckDesktopState(HWND WorkerW);