diff options
| author | Richard M. Stallman | 1996-01-12 21:49:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-12 21:49:26 +0000 |
| commit | d601ce45e48a8da978a0600761ddffa34a6a061a (patch) | |
| tree | 81a7559d932bd71b20039bf3fae1d5e2256a113f /src | |
| parent | 7ef3956a260d493d1cb34bf47b0c6ddca0aa4a98 (diff) | |
| download | emacs-d601ce45e48a8da978a0600761ddffa34a6a061a.tar.gz emacs-d601ce45e48a8da978a0600761ddffa34a6a061a.zip | |
Comment change.
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; |