projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
697298e
)
; * src/xterm.c (handle_one_xevent): Fix typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Mon, 10 Jan 2022 03:34:57 +0000
(11:34 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 10 Jan 2022 03:35:30 +0000
(11:35 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 712792674f25ffc8f3e55a4b39d9b82845976c2e..321b4c5ab668259d6cb2a55095dcc3e40676333a 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-11135,8
+11135,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
#else
f = x_any_window_to_frame (xkey->event);
- if (f &&
- xg_filter_event (dpyinfo, event))
+ if (f && xg_filter_key (f, event))
*finish = X_EVENT_DROP;
#endif
#endif