]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_mouse_position): Don't raise the frame.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jan 1994 21:09:54 +0000 (21:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jan 1994 21:09:54 +0000 (21:09 +0000)
src/xterm.c

index 2e7ed52597b85eec6f79692a813e3498fcdb4b25..0e8e37fa970e68c76a87dcbcaeaaf59d20ec9e22 100644 (file)
@@ -4585,7 +4585,9 @@ x_set_mouse_position (f, x, y)
 {
   int pix_x, pix_y;
 
+#if 0 /* Let the user ask for this if he wants it.  */
   x_raise_frame (f);
+#endif
 
   pix_x = CHAR_TO_PIXEL_COL (f, x) + FONT_WIDTH  (f->display.x->font) / 2;
   pix_y = CHAR_TO_PIXEL_ROW (f, y) + FONT_HEIGHT (f->display.x->font) / 2;