Fix for the DPI issue described in #26

This commit is contained in:
Robin Krom
2020-08-05 23:51:49 +02:00
parent 850f625f23
commit de6a2b2e25
12 changed files with 197 additions and 26 deletions

View File

@@ -9,7 +9,6 @@ namespace Hardcodet.Wpf.TaskbarNotification.Interop
/// </summary>
public delegate IntPtr WindowProcedureHandler(IntPtr hWnd, uint uMsg, IntPtr wParam, IntPtr lParam);
/// <summary>
/// Win API WNDCLASS struct - represents a single window.
/// Used to receive window messages.