# HG changeset patch # User Nick Roberts # Date 1180502479 0 # Node ID a0c74ff5828c8d1f12f3c3bcf464c7b10a650764 # Parent a00e7c5f2faac235c83a06952f74c749338386da (Fset_mouse_pixel_position): Add call to term_mouse_moveto. diff -r a00e7c5f2faa -r a0c74ff5828c src/frame.c --- 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