]> code.delx.au - gnu-emacs/blobdiff - src/frame.c
(Fset_mouse_pixel_position): Add call to
[gnu-emacs] / src / frame.c
index 5990b9e07177652205398668571af7826e837e5c..ab91af264dc1eb5f51553c6f642b731ee39b1c1b 100644 (file)
@@ -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