Skip to content

Commit 6c14c03

Browse files
committed
Merge remote-tracking branch 'upstream/master' into feature/add-BalloonTipClicked-event-to-nofifyicon
1 parent 1f2d495 commit 6c14c03

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Shared/HandyControl_Shared/Tools/Interop/InteropValues.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ internal const int
101101
SC_RESTORE = 0xF120,
102102
SRCCOPY = 0x00CC0020,
103103
MONITOR_DEFAULTTOPRIMARY = 0x00000001,
104-
MONITOR_DEFAULTTONEAREST = 0x00000002,
105-
NIN_BALLOONUSERCLICK = 0x0405;
104+
MONITOR_DEFAULTTONEAREST = 0x00000002;
106105

107106
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
108107
internal class NOTIFYICONDATA

0 commit comments

Comments
 (0)