* X11Dnd.cs: Remove unneeded call to XAllowEvents. Make sure that
authorJackson Harper <jackson@novell.com>
Wed, 2 Nov 2005 22:28:11 +0000 (22:28 -0000)
committerJackson Harper <jackson@novell.com>
Wed, 2 Nov 2005 22:28:11 +0000 (22:28 -0000)
commit7b46886d0b19c16a938df6980f1b40c1ec923974
tree972a9a54f41ea8588c04ae3b2d63f36b7e6ffc53
parentae042938b6cbb1e05e2eea2837cbbcd63c388ca0
* X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
the correct button is release to end a drag.
* XplatUIX11.cs: Make the button state internal so the drag system
can access it.  Dragging needs to know about all button releases,
not just left button.

svn path=/trunk/mcs/; revision=52495
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Dnd.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs