Skip to content

Commit

Permalink
Forgot debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnico99 committed Jan 8, 2024
1 parent bde0e2b commit bc7183c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ private nint HwndSourceHook(nint hwnd, int msg, nint n, nint lparam, ref bool ha
HideMaximiseAndMinimiseButton(lparam, ref handled);
break;
case InteropValues.HwndSourceMessages.WM_GETMINMAXINFO:
Debug.WriteLine("Humsmm");
var mmiNullable = (InteropValues.MINMAXINFO?)Marshal.PtrToStructure(lparam, typeof(InteropValues.MINMAXINFO));
if (mmiNullable.HasValue)
{
Expand Down

0 comments on commit bc7183c

Please sign in to comment.