Fix and document components of mouse event position.
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Nov 2010 18:15:09 +0000 (20:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Nov 2010 18:15:09 +0000 (20:15 +0200)
commit8547874a7cfa4e353f0307c8b614e802d8abfc21
tree2327dcba0c8f1442a6f94802d0c8bfa726b9e11e
parentf5462bae4eed999b82c24bbaf17373ddedbf06fd
Fix and document components of mouse event position.

 src/keyboard.c (make_lispy_position): Put a meaningful value in yret
 when the click is on the header or mode line.
 doc/lispref/commands.texi (Click Events): Document the values of X, Y and
 COL, ROW in the event's position, when the click is on the header or
 mode line, on the fringes, or in the margins.
doc/lispref/ChangeLog
doc/lispref/commands.texi
src/ChangeLog
src/keyboard.c