From: Nick Roberts Date: Wed, 30 May 2007 05:21:19 +0000 (+0000) Subject: (Fset_mouse_pixel_position): Add call to X-Git-Tag: emacs-pretest-23.0.90~12530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d1d51d27979188516174761ac1c3bb6c691f940;p=emacs.git (Fset_mouse_pixel_position): Add call to term_mouse_moveto. --- diff --git a/src/frame.c b/src/frame.c index 5990b9e0717..ab91af264dc 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1539,6 +1539,13 @@ before calling this function on it, like this. 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