# HG changeset patch # User Gerd Moellmann # Date 993483456 0 # Node ID ade912ae1484298d31c3bce6e2656612a90ced36 # Parent 3ef7b5a020b228adcdb3e4d69d398e99364df21a (struct x_output): Add member wait_for_wm. diff -r 3ef7b5a020b2 -r ade912ae1484 src/xterm.h --- 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. */