aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJan Djärv2003-03-08 10:16:04 +0000
committerJan Djärv2003-03-08 10:16:04 +0000
commit15213141e3fe5c71abb09321d0784cacbf33a3f7 (patch)
treeb3eb36450520f0147dada6141973a70b9fc32cf4 /src/xterm.c
parent25e694702ab66c94eaab7e10c1f31ccff7bf29b2 (diff)
downloademacs-15213141e3fe5c71abb09321d0784cacbf33a3f7.tar.gz
emacs-15213141e3fe5c71abb09321d0784cacbf33a3f7.zip
* xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
the event isn't for a frame (i.e. for dialogs).
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: