diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index 144f64f6f62..6ed93ee42ca 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -6856,11 +6856,11 @@ The coordinates X and Y are interpreted in pixels relative to a position | |||
| 6856 | if (FRAME_DISPLAY_INFO (f)->supports_xi2 | 6856 | if (FRAME_DISPLAY_INFO (f)->supports_xi2 |
| 6857 | && deviceid != -1) | 6857 | && deviceid != -1) |
| 6858 | { | 6858 | { |
| 6859 | x_catch_errors_for_lisp (FRAME_X_DISPLAY (f)); | 6859 | x_catch_errors_for_lisp (FRAME_DISPLAY_INFO (f)); |
| 6860 | XIWarpPointer (FRAME_X_DISPLAY (f), deviceid, None, | 6860 | XIWarpPointer (FRAME_X_DISPLAY (f), deviceid, None, |
| 6861 | FRAME_DISPLAY_INFO (f)->root_window, | 6861 | FRAME_DISPLAY_INFO (f)->root_window, |
| 6862 | 0, 0, 0, 0, xval, yval); | 6862 | 0, 0, 0, 0, xval, yval); |
| 6863 | x_uncatch_errors_for_lisp (FRAME_X_DISPLAY (f)); | 6863 | x_uncatch_errors_for_lisp (FRAME_DISPLAY_INFO (f)); |
| 6864 | } | 6864 | } |
| 6865 | else | 6865 | else |
| 6866 | #endif | 6866 | #endif |