* XplatUIX11.cs: Don't break when handling button release in
commit0ce41fadb21aa09f582e6f2554e7cc1f77eb4d6c
authorJackson Harper <jackson@novell.com>
Tue, 30 Jan 2007 22:40:57 +0000 (30 22:40 -0000)
committerJackson Harper <jackson@novell.com>
Tue, 30 Jan 2007 22:40:57 +0000 (30 22:40 -0000)
treed2714515cb5ac1950737d68798527da65a8d7b93
parent426ae45990a37ca9c573805b120209435f2dd0de
    * XplatUIX11.cs: Don't break when handling button release in
        * drag
        and drop operations. We need that BUTTONUP message to get
through
        so capture is released.
        * X11Dnd.cs: We don't need to manually grab the pointer anymore,
        this is handled automatically when the mouse is down.

svn path=/branches/mono-1-2-3/mcs/; revision=72006
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