* XplatUIX11.cs: The check inside EnterNotify case to fire MouseEnter
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 19 Aug 2008 22:53:32 +0000 (22:53 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 19 Aug 2008 22:53:32 +0000 (22:53 -0000)
commitba0d0d0e3a6791e2f1b6dc613ccc3c0fc4f10d8a
tree952f5257c0e0c6a50167104be6ec6a2593c10d31
parentb37665c4199a3368fd66a14b7242c95cd56a88ce
* XplatUIX11.cs: The check inside EnterNotify case to fire MouseEnter
events only for client windows was wrong - we need to compare the
client window against the window receiving the EnterNotify event, not
against zero (since client window is never Zero, btw).
This prevents having unnecessary handling of EnterNotify events for
non-client windows when a gran begins.

2008-08-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>

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