diff options
| author | Karl Heuer | 1994-04-16 06:58:38 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-16 06:58:38 +0000 |
| commit | f02256ef9a904d39894d919387f3e04a6fafb100 (patch) | |
| tree | ea26598095949cb4d87fa523da1ae5d31e2c3a77 /src | |
| parent | 6a6d921c218dce965dfb4f0f1a26161024436807 (diff) | |
| download | emacs-f02256ef9a904d39894d919387f3e04a6fafb100.tar.gz emacs-f02256ef9a904d39894d919387f3e04a6fafb100.zip | |
(make_lispy_movement): Don't clip.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index c74b151c779..0f86fa9f477 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2735,7 +2735,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time) | |||
| 2735 | Lisp_Object posn; | 2735 | Lisp_Object posn; |
| 2736 | int column, row; | 2736 | int column, row; |
| 2737 | 2737 | ||
| 2738 | pixel_to_glyph_coords (frame, XINT (x), XINT (y), &column, &row, 0, 0); | 2738 | pixel_to_glyph_coords (frame, XINT (x), XINT (y), &column, &row, 0, 1); |
| 2739 | 2739 | ||
| 2740 | if (frame) | 2740 | if (frame) |
| 2741 | window = window_from_coordinates (frame, column, row, &area); | 2741 | window = window_from_coordinates (frame, column, row, &area); |