Closes: #694
Some window managers may grab Button1. This causes LeaveNotify and immediate EnterNotify events delivery before ButtonPress event when left button pressed.
Handle EnterNotify and update pointer chunk the same way as for MotionNotify.
Signed-off-by: Dmytro Bagrii dimich.dmb@gmail.com