diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 57c5616f95f..8618a986798 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10899,7 +10899,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, | |||
| 10899 | if (f && FRAME_X_OUTPUT (f)->toolbar_widget) | 10899 | if (f && FRAME_X_OUTPUT (f)->toolbar_widget) |
| 10900 | { | 10900 | { |
| 10901 | test_rect.x = xev->event_x; | 10901 | test_rect.x = xev->event_x; |
| 10902 | test_rect.y = xev->event_x; | 10902 | test_rect.y = xev->event_y; |
| 10903 | test_rect.width = 1; | 10903 | test_rect.width = 1; |
| 10904 | test_rect.height = 1; | 10904 | test_rect.height = 1; |
| 10905 | 10905 | ||