We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2d495 commit 6c14c03Copy full SHA for 6c14c03
1 file changed
src/Shared/HandyControl_Shared/Tools/Interop/InteropValues.cs
@@ -101,8 +101,7 @@ internal const int
101
SC_RESTORE = 0xF120,
102
SRCCOPY = 0x00CC0020,
103
MONITOR_DEFAULTTOPRIMARY = 0x00000001,
104
- MONITOR_DEFAULTTONEAREST = 0x00000002,
105
- NIN_BALLOONUSERCLICK = 0x0405;
+ MONITOR_DEFAULTTONEAREST = 0x00000002;
106
107
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
108
internal class NOTIFYICONDATA
0 commit comments