Skip to content

Taskbar minimize/restore on scroll v1.1.4#4550

Merged
m417z merged 1 commit into
mainfrom
taskbar-button-scroll-1.1.4
Jun 24, 2026
Merged

Taskbar minimize/restore on scroll v1.1.4#4550
m417z merged 1 commit into
mainfrom
taskbar-button-scroll-1.1.4

Conversation

@m417z

@m417z m417z commented Jun 24, 2026

Copy link
Copy Markdown
Member
  • Fixed compatibility with recent Windows 11 versions.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Taskbar minimize/restore on scroll Windhawk mod to improve compatibility with newer Windows 11 builds by adjusting how taskbar-related symbols/functions are hooked and by updating metadata/docs.

Changes:

  • Bumped mod version to 1.1.4 and updated the README content.
  • Replaced deprecated WindhawkUtils::Wh_SetFunctionHookT calls with WindhawkUtils::SetFunctionHook.
  • Marked several classic-thumbnail-related symbols as optional / resolve-only to avoid failing on newer Windows 11 builds where they’re removed.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1230 to 1235
{
{LR"(private: void __cdecl CTaskListThumbnailWnd::_HandleContextMenu(struct tagPOINT,int))"},
&CTaskListThumbnailWnd__HandleContextMenu_Original,
nullptr,
true, // Classic thumbs, removed in or near 10.0.26100.8544.
},
* Fixed compatibility with recent Windows 11 versions.
@m417z m417z force-pushed the taskbar-button-scroll-1.1.4 branch from 98bc372 to d23f04c Compare June 24, 2026 18:21
@m417z m417z requested a review from Copilot June 24, 2026 18:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@m417z m417z merged commit 559c762 into main Jun 24, 2026
5 checks passed
@m417z m417z deleted the taskbar-button-scroll-1.1.4 branch June 24, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants