aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xterm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4736cfcff46..bfeba6fabec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-03-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
4 the event isn't for a frame (i.e. for dialogs).
5
12003-03-07 Kenichi Handa <handa@etlken2> 62003-03-07 Kenichi Handa <handa@etlken2>
2 7
3 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of 8 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
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: