Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4466efa5
Commit
4466efa5
authored
Jan 26, 1994
by
Richard M. Stallman
Browse files
(x_set_mouse_position): Don't raise the frame.
parent
f3892946
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/xterm.c
src/xterm.c
+2
-0
No files found.
src/xterm.c
View file @
4466efa5
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment