mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[RSHELL]
* Improve mouse navigation of the menubar. * Fix the menus. * Fix the case for system includes (hopefully fixes). CORE-7586 svn path=/branches/shell-experiments/; revision=62537
This commit is contained in:
parent
ad40525f61
commit
0216102e0c
6 changed files with 192 additions and 139 deletions
|
@ -44,8 +44,8 @@ private:
|
|||
HWND m_currentFocus;
|
||||
HMENU m_currentMenu;
|
||||
HWND m_parentToolbar;
|
||||
HHOOK m_hGetMsgHook;
|
||||
HHOOK m_hMsgFilterHook;
|
||||
HHOOK m_hGetMsgHook;
|
||||
DWORD m_threadId;
|
||||
BOOL m_mouseTrackDisabled;
|
||||
WPARAM m_lastMoveFlags;
|
||||
|
@ -82,6 +82,7 @@ private:
|
|||
|
||||
void DisableMouseTrack(HWND enableTo, BOOL disableThis);
|
||||
|
||||
LRESULT ProcessMouseMove(MSG* msg);
|
||||
public:
|
||||
HRESULT PushMenu(CMenuBand * mb);
|
||||
HRESULT PopMenu(CMenuBand * mb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue