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
4d1d51d2
Commit
4d1d51d2
authored
May 30, 2007
by
Nick Roberts
Browse files
(Fset_mouse_pixel_position): Add call to
term_mouse_moveto.
parent
94da14a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/frame.c
src/frame.c
+7
-0
No files found.
src/frame.c
View file @
4d1d51d2
...
...
@@ -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
...
...
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