; * src/xterm.c (handle_one_xevent): Fix typo in last change.
This commit is contained in:
parent
697298e745
commit
d5cf772cad
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue