mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; * src/xfns.c (Fx_set_mouse_absolute_pixel_position): Fix typo.
This commit is contained in:
parent
e311d05ab1
commit
4e23ecb882
1 changed files with 2 additions and 2 deletions
|
|
@ -6856,11 +6856,11 @@ The coordinates X and Y are interpreted in pixels relative to a position
|
|||
if (FRAME_DISPLAY_INFO (f)->supports_xi2
|
||||
&& deviceid != -1)
|
||||
{
|
||||
x_catch_errors_for_lisp (FRAME_X_DISPLAY (f));
|
||||
x_catch_errors_for_lisp (FRAME_DISPLAY_INFO (f));
|
||||
XIWarpPointer (FRAME_X_DISPLAY (f), deviceid, None,
|
||||
FRAME_DISPLAY_INFO (f)->root_window,
|
||||
0, 0, 0, 0, xval, yval);
|
||||
x_uncatch_errors_for_lisp (FRAME_X_DISPLAY (f));
|
||||
x_uncatch_errors_for_lisp (FRAME_DISPLAY_INFO (f));
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue