diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 5 |
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. */ | ||
| 707 | struct selection_input_event | 710 | struct selection_input_event |
| 708 | { | 711 | { |
| 709 | int kind; | 712 | int kind; |