2010-02-03 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Thu, 4 Feb 2010 06:06:45 +0000 (06:06 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Thu, 4 Feb 2010 06:06:45 +0000 (06:06 -0000)
commitb80f47ce1c945831107e69a4f54802fcfe03da99
tree1a41c167f7013464dcc48b9aaea6336d7bf5bbfc
parent64e343c59ec687e9432777e6bf6aa39557ac8330
2010-02-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* StatusStrip.cs:
* XplatX11.cs:
* X11Structs: Implement the new BeginMoveResize method, designed to
instruct the window manager to init a resize operation on a top level
form. This is used by StatusStrip.
* XplatUI.cs:
* XplatUIDriver.cs:
* XplatUIWin32.cs:
* XplatUICarbon.cs: Fill the gaps by creating stubs and updating the
method calls.
Fixes #573299.

svn path=/trunk/mcs/; revision=150833
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Structs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUICarbon.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs