comparison src/xterm.h @ 14164:519566ee8a29

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jan 1996 21:49:26 +0000
parents 33b3923c36b9
children ee40177f6c68
comparison
equal deleted inserted replaced
14163:2422ceecd9d2 14164:519566ee8a29
701 /* If a struct input_event has a kind which is selection_request_event 701 /* If a struct input_event has a kind which is selection_request_event
702 or selection_clear_event, then its contents are really described 702 or selection_clear_event, then its contents are really described
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. */
707 struct selection_input_event 710 struct selection_input_event
708 { 711 {
709 int kind; 712 int kind;
710 Display *display; 713 Display *display;
711 /* We spell it with an "o" here because X does. */ 714 /* We spell it with an "o" here because X does. */