Improved "show desktop" detection.

Some cosmetic changes.
This commit is contained in:
spx
2011-06-23 13:29:51 +00:00
parent b9cdc53430
commit 8522a15bf9
2 changed files with 56 additions and 22 deletions

View File

@ -95,7 +95,7 @@ private:
static HWND GetDefaultShellWindow();
static void ChangeZPosInOrder();
static void CheckDesktopState(HWND WorkerW);
static bool CheckDesktopState(HWND WorkerW);
static bool BelongToSameProcess(HWND hwndA, HWND hwndB);
static HWND c_Window;