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