changeset 38184:ade912ae1484

(struct x_output): Add member wait_for_wm.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 25 Jun 2001 15:37:36 +0000
parents 3ef7b5a020b2
children d483b73544a0
files src/xterm.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Mon Jun 25 15:37:16 2001 +0000
+++ b/src/xterm.h	Mon Jun 25 15:37:36 2001 +0000
@@ -581,6 +581,13 @@
   /* The background for which the above relief GCs were set up.
      They are changed only when a different background is involved.  */
   unsigned long relief_background;
+
+  /* Xt waits for a ConfigureNotify event from the window manager in
+     EmacsFrameSetCharSize when the shell widget is resized.  For some
+     window managers like fvwm2 2.2.5 and KDE 2.1 this event doesn't
+     arrive for an unknown reason and Emacs hangs in Xt.  If this is
+     zero, tell Xt not to wait.  */
+  int wait_for_wm;
 };
 
 /* Return the X window used for displaying data in frame F.  */