mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-18 09:45:38 -05:00
Fix for the DPI issue described in #26
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user