Skip to content

Commit

Permalink
Taskbar Thumbnail Reorder v1.0.6 (#475)
Browse files Browse the repository at this point in the history
* Fixed mod not working if installed with an old Windhawk version.
  • Loading branch information
m417z authored Jan 14, 2024
1 parent 3d38cbf commit e22e86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/taskbar-thumbnail-reorder.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @id taskbar-thumbnail-reorder
// @name Taskbar Thumbnail Reorder
// @description Reorder taskbar thumbnails with the left mouse button
// @version 1.0.5
// @version 1.0.6
// @author m417z
// @github https://github.com/m417z
// @twitter https://twitter.com/m417z
Expand Down Expand Up @@ -1017,7 +1017,7 @@ BOOL Wh_ModInit() {
},
{
{
LR"(public: virtual struct HWND__ * __cdecl CTaskListThumbnailWnd::GetHwnd(void) __ptr64)",
LR"(public: virtual struct HWND__ * __ptr64 __cdecl CTaskListThumbnailWnd::GetHwnd(void) __ptr64)",
LR"(public: virtual struct HWND__ * __cdecl CTaskListThumbnailWnd::GetHwnd(void))",
},
(void**)&CTaskListThumbnailWnd_GetHwnd,
Expand Down

0 comments on commit e22e86f

Please sign in to comment.