In Test/System.Windows.Forms:
commit364ac90fa9d25da6f1671468c2aef30a3c83d42a
authortoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 15 Mar 2007 11:23:30 +0000 (15 11:23 +0000)
committertoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 15 Mar 2007 11:23:30 +0000 (15 11:23 +0000)
treec85a2740c4976388a2b6167ff1c6329a30afa03b
parente3d127621b68ceb50c4d7fda22a9324e8d2a178f
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.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@74346 e3ebcda4-bce8-0310-ba0a-eca2169e7518
14 files changed:
class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Display.cs
class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
class/Managed.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIOSX.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11GTK.cs
class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
class/Managed.Windows.Forms/Test/System.Windows.Forms/Common.cs
class/Managed.Windows.Forms/Test/System.Windows.Forms/TestHelper.cs