summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-12 21:49:26 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-12 21:49:26 +0000
commitb7d9f9be7b59ef7493d48357ba5741ccf7f6699e (patch)
treeccc326d189c5a435418ff2ca9c5408ed45010aae
parent91175831122795335a5efa6b17ae837682ee704a (diff)
downloademacs-b7d9f9be7b59ef7493d48357ba5741ccf7f6699e.tar.gz
Comment change.
-rw-r--r--src/xterm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index e0f59440734..22ffb63607c 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -703,7 +703,10 @@ struct scroll_bar {
by this structure. */
/* For an event of kind selection_request_event,
- this structure really describes the contents. */
+ this structure really describes the contents.
+ **Don't make this struct longer!**
+ If it overlaps the frame_or_window field of struct input_event,
+ that will cause GC to crash. */
struct selection_input_event
{
int kind;