mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 19:53:11 +00:00
[RSHELL]
* Fix shell menus closing when clicking on the frame/banner. CORE-7586 svn path=/branches/shell-experiments/; revision=63312
This commit is contained in:
parent
389001ca69
commit
2caa76f93d
2 changed files with 45 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue