* xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 8 Mar 2003 10:16:04 +0000 (10:16 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 8 Mar 2003 10:16:04 +0000 (10:16 +0000)
the event isn't for a frame (i.e. for dialogs).

src/ChangeLog
src/xterm.c

index 4736cfc..bfeba6f 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-08  Jan Dj\e,Ad\e(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
index 9d6c219..56a57b2 100644 (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: