changeset 14164:519566ee8a29

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jan 1996 21:49:26 +0000
parents 2422ceecd9d2
children 65e51231924e
files src/xterm.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Fri Jan 12 21:48:53 1996 +0000
+++ b/src/xterm.h	Fri Jan 12 21:49:26 1996 +0000
@@ -703,7 +703,10 @@
    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;