Mercurial > emacs
changeset 5683:b9bafc8d0283
(x_set_mouse_position): Don't raise the frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Jan 1994 21:09:54 +0000 |
parents | 9204cb4fdad9 |
children | 6479e0eabb27 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Jan 26 20:55:19 1994 +0000 +++ b/src/xterm.c Wed Jan 26 21:09:54 1994 +0000 @@ -4585,7 +4585,9 @@ { 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;