aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorRichard M. Stallman1996-01-12 21:49:26 +0000
committerRichard M. Stallman1996-01-12 21:49:26 +0000
commitd601ce45e48a8da978a0600761ddffa34a6a061a (patch)
tree81a7559d932bd71b20039bf3fae1d5e2256a113f /src/xterm.h
parent7ef3956a260d493d1cb34bf47b0c6ddca0aa4a98 (diff)
downloademacs-d601ce45e48a8da978a0600761ddffa34a6a061a.tar.gz
emacs-d601ce45e48a8da978a0600761ddffa34a6a061a.zip
Comment change.
Diffstat (limited to 'src/xterm.h')
-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 {
703 by this structure. */ 703 by this structure. */
704 704
705/* For an event of kind selection_request_event, 705/* For an event of kind selection_request_event,
706 this structure really describes the contents. */ 706 this structure really describes the contents.
707 **Don't make this struct longer!**
708 If it overlaps the frame_or_window field of struct input_event,
709 that will cause GC to crash. */
707struct selection_input_event 710struct selection_input_event
708{ 711{
709 int kind; 712 int kind;