Skip to content

Commit

Permalink
- finish up the rest of the static caller cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Dec 13, 2021
1 parent 31a63e2 commit aedddc8
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 88 deletions.
1 change: 1 addition & 0 deletions src/Core/src/Platform/Windows/MauiWinUIWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ IntPtr NewWindowProc(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam)

NativeMessage?.Invoke(this, args);

Essentials.Platform.NewWindowProc(hWnd, msg, wParam, lParam);
return CallWindowProc(oldWndProc, hWnd, msg, wParam, lParam);
}

Expand Down
Loading

0 comments on commit aedddc8

Please sign in to comment.