Fix clicks on the menu bar when GPM mouse is in use.
authorEli Zaretskii <eliz@gnu.org>
Fri, 18 Oct 2013 13:33:25 +0000 (16:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 18 Oct 2013 13:33:25 +0000 (16:33 +0300)
commitc4e3099ff42a0c9d888d5cc36eed202f5c076738
tree8c93efb23e3227abfbb31730315e955bb977cc69
parentd141d7011296265b0c2a6432bed9317614abf019
Fix clicks on the menu bar when GPM mouse is in use.

 src/keyboard.c (make_lispy_event): Remove GPM-specific code that
 handles mouse clicks.  Instead, let GPM use the same code as all
 the other mice use.  See the discussion starting at
 http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00521.html
 for the details of the problem with the menu bar this fixes.
src/ChangeLog
src/keyboard.c