Fix a problem with disabled mouse movement events.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Aug 2012 18:25:47 +0000 (21:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Aug 2012 18:25:47 +0000 (21:25 +0300)
commit9b8d51650b04c184e53c1c5dc703bb11eed7317e
treea6fa27dc200c5101157a180cfac5f253e9cbc3fe
parentc548f821804e834e29f267e69206ecfd50b48a93
Fix a problem with disabled mouse movement events.

 src/keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
 iteration through the command loop.  Fixes a problem whereby mouse
 movements are ignored until the first mouse click.
src/ChangeLog
src/keyboard.c