From 4d1d51d27979188516174761ac1c3bb6c691f940 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 30 May 2007 05:21:19 +0000 Subject: [PATCH] (Fset_mouse_pixel_position): Add call to term_mouse_moveto. --- src/frame.c | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2