aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 9d6c219b417..56a57b23b1e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10569,8 +10569,8 @@ handle_one_xevent (dpyinfo, eventp, bufp_r, numcharsp, finish)
10569 x_real_positions (f, &x, &y); 10569 x_real_positions (f, &x, &y);
10570 f->output_data.x->left_pos = x; 10570 f->output_data.x->left_pos = x;
10571 f->output_data.x->top_pos = y; 10571 f->output_data.x->top_pos = y;
10572 goto OTHER;
10573 } 10572 }
10573 goto OTHER;
10574 break; 10574 break;
10575 10575
10576 case Expose: 10576 case Expose: