In Test/System.Windows.Forms:
authorChris Toshok <toshok@novell.com>
Thu, 15 Mar 2007 11:23:30 +0000 (11:23 -0000)
committerChris Toshok <toshok@novell.com>
Thu, 15 Mar 2007 11:23:30 +0000 (11:23 -0000)
commit460827a8c160f35c8e2ace91e2318e3748b2b701
treed2d51bf909b74c5cf23b3316782e60574d3ea9f9
parentc5d2bc146a8c0d4bbd4c3dfe54b9d8685106d658
In Test/System.Windows.Forms:
2007-03-15  Ivan N. Zlatev <contact@i-nz.net>

* Common.cs, TestHelper.cs: Replaces all uses of the custom
WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.

In System.Windows.Forms:
2007-03-15  Ivan N. Zlatev <contact@i-nz.net>

* ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.

In System.Windows.Forms.X11Internal:
2007-03-15  Ivan N. Zlatev <contact@i-nz.net>

* X11Display.cs: Replaces all uses of the custom
WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.

svn path=/trunk/mcs/; revision=74346
14 files changed:
mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Display.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIOSX.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11GTK.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/Common.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TestHelper.cs