; * src/xterm.c (handle_one_xevent): Fix typo in last change.

This commit is contained in:
Po Lu 2021-12-21 15:02:37 +08:00
parent e703735383
commit c0e9785c7c

View file

@ -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;