* Fix shell menus closing when clicking on the frame/banner.
CORE-7586

svn path=/branches/shell-experiments/; revision=63312
This commit is contained in:
David Quintana 2014-05-16 11:12:51 +00:00
parent 389001ca69
commit 2caa76f93d
2 changed files with 45 additions and 10 deletions

View file

@ -103,6 +103,7 @@ private:
HRESULT RemoveHooks();
HRESULT UpdateFocus();
HRESULT IsTrackedWindow(HWND hWnd, StackEntry ** pentry = NULL);
HRESULT IsTrackedWindowOrParent(HWND hWnd);
void DisableMouseTrack(HWND parent, BOOL disableThis);
void SetCapture(HWND child);