mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
Windows 11 start menu button support
- handling of `Taskbar alignment` setting (left/center) - start menu position is based on position of start button - mouse clicks to original button now work properly (without triggering original menu) - custom button is properly positioned - Win+X works properly
This commit is contained in:
@@ -12,7 +12,7 @@ enum TStartButtonType
|
||||
// START_BUTTON_METRO,
|
||||
};
|
||||
|
||||
HWND CreateStartButton( int taskbarId, HWND taskBar, HWND rebar, const RECT &rcTask );
|
||||
HWND CreateStartButton( int taskbarId, HWND taskBar, HWND rebar );
|
||||
void DestroyStartButton( int taskbarId );
|
||||
void UpdateStartButton( int taskbarId );
|
||||
void PressStartButton( int taskbarId, bool bPressed );
|
||||
|
||||
Reference in New Issue
Block a user