diff options
| author | Po Lu | 2021-12-21 15:02:37 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-21 15:02:37 +0800 |
| commit | c0e9785c7c788a591cbc67ba875c5bc2bd76f4df (patch) | |
| tree | c84e599c6f2b2ba979c41d09f7e548412b4f115d /src | |
| parent | e70373538328dd071a73532878492ecb2fd1ee88 (diff) | |
| download | emacs-c0e9785c7c788a591cbc67ba875c5bc2bd76f4df.tar.gz emacs-c0e9785c7c788a591cbc67ba875c5bc2bd76f4df.zip | |
; * src/xterm.c (handle_one_xevent): Fix typo in last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 57c5616f95f..8618a986798 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10899,7 +10899,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, | |||
| 10899 | if (f && FRAME_X_OUTPUT (f)->toolbar_widget) | 10899 | if (f && FRAME_X_OUTPUT (f)->toolbar_widget) |
| 10900 | { | 10900 | { |
| 10901 | test_rect.x = xev->event_x; | 10901 | test_rect.x = xev->event_x; |
| 10902 | test_rect.y = xev->event_x; | 10902 | test_rect.y = xev->event_y; |
| 10903 | test_rect.width = 1; | 10903 | test_rect.width = 1; |
| 10904 | test_rect.height = 1; | 10904 | test_rect.height = 1; |
| 10905 | 10905 | ||