aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-06-25 15:38:01 +0000
committerGerd Moellmann <[email protected]>2001-06-25 15:38:01 +0000
commit80de57df35a9319c21526203f9410dccab354b91 (patch)
tree8636aeed95addbcb5abbe9b49550b234b32d9f6c /src/xterm.h
parentea0a1f53c78b7d997dab4f58f5d752186787b604 (diff)
(struct x_output): Add member wait_for_wm.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index aecd5fead0..acd26535f1 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -581,6 +581,13 @@ struct x_output
/* 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. */