projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e703735
)
; * src/xterm.c (handle_one_xevent): Fix typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Tue, 21 Dec 2021 07:02:37 +0000
(15:02 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 21 Dec 2021 07:02:37 +0000
(15:02 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 57c5616f95f6048b01eaea759f625bfa100dc599..8618a986798805c3b0a712767f7ee36c8a1d117f 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10899,7
+10899,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
if (f && FRAME_X_OUTPUT (f)->toolbar_widget)
{
test_rect.x = xev->event_x;
- test_rect.y = xev->event_
x
;
+ test_rect.y = xev->event_
y
;
test_rect.width = 1;
test_rect.height = 1;