]> code.delx.au - gnu-emacs/commitdiff
(Fset_mouse_pixel_position): Add call to
authorNick Roberts <nickrob@snap.net.nz>
Wed, 30 May 2007 05:21:19 +0000 (05:21 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 30 May 2007 05:21:19 +0000 (05:21 +0000)
term_mouse_moveto.

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