Mercurial > emacs
changeset 81103:a0c74ff5828c
(Fset_mouse_pixel_position): Add call to
term_mouse_moveto.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 30 May 2007 05:21:19 +0000 |
parents | a00e7c5f2faa |
children | f4a619a438a7 |
files | src/frame.c |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Wed May 30 05:19:55 2007 +0000 +++ b/src/frame.c Wed May 30 05:21:19 2007 +0000 @@ -1539,6 +1539,13 @@ Fselect_frame (frame); mouse_moveto (XINT (x), XINT (y)); } +#else +#ifdef HAVE_GPM + { + Fselect_frame (frame); + term_mouse_moveto (XINT (x), XINT (y)); + } +#endif #endif #endif