* CreateParams.cs: Make HasWindowManager marginally faster.
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Fri, 18 May 2007 18:35:05 +0000 (18:35 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Fri, 18 May 2007 18:35:05 +0000 (18:35 -0000)
commitd9e77e76d2dd253c0a1c5be1561e3cbf8489ee13
tree3848b8f45148ba04554e42ffeca3214dc58de42f
parentbb27398d7780859376f40ccf51ede7630533bd01
* CreateParams.cs: Make HasWindowManager marginally faster.
* XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
  into Hwnd so that other drivers can use it as well.
* XplatUIWin32.cs: CreateWindow: If the window has a window manager get
  the default location from Hwnd. Fixes MDI client windows always
  showing up at (0,0) in Windows (Win32 won't set the default
  location since the window styles aren't correct).

svn path=/trunk/mcs/; revision=77661
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CreateParams.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs