Skip to content

Closes: #694

Dmytro Bagrii requested to merge dimich.dmb/meld:fluxbox_lmb_fix into master

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

Merge request reports