mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
Comment change.
This commit is contained in:
parent
7ef3956a26
commit
d601ce45e4
1 changed files with 4 additions and 1 deletions
|
|
@ -703,7 +703,10 @@ struct scroll_bar {
|
|||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue