1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

* xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if

the event isn't for a frame (i.e. for dialogs).
This commit is contained in:
Jan Djärv 2003-03-08 10:16:04 +00:00
parent 25e694702a
commit 15213141e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
the event isn't for a frame (i.e. for dialogs).
2003-03-07 Kenichi Handa <handa@etlken2>
* coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of

View File

@ -10569,8 +10569,8 @@ handle_one_xevent (dpyinfo, eventp, bufp_r, numcharsp, finish)
x_real_positions (f, &x, &y);
f->output_data.x->left_pos = x;
f->output_data.x->top_pos = y;
goto OTHER;
}
goto OTHER;
break;
case Expose: