winex11.drv: Don't ignore virtual EnterNotify events.
commit6be2138da66db5d1a11787f705a32680c8e59560
authorTim Clem <tclem@codeweavers.com>
Thu, 10 Nov 2022 17:10:13 +0000 (10 09:10 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Nov 2022 18:11:19 +0000 (29 19:11 +0100)
tree5840e05a5edc48ec3316bca4123493a8f1768109
parentd9a80adc234854fb0d00165ae25c9afee51b66a6
winex11.drv: Don't ignore virtual EnterNotify events.

These represent the mouse entering a client window child, and if no
MotionNotify events follow, we'll be left out of sync with X.
dlls/winex11.drv/mouse.c