From: Richard M. Stallman Date: Fri, 12 Jan 1996 21:43:15 +0000 (+0000) Subject: (struct input_event): Put frame_or_window last. X-Git-Tag: emacs-19.34~1699 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46cfcdb4c2cb9dac07b47ff9ab27efab725c35d4;p=emacs.git (struct input_event): Put frame_or_window last. --- diff --git a/src/termhooks.h b/src/termhooks.h index 773bcda3309..de8d6f83b34 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -278,16 +278,18 @@ struct input_event { int code; enum scroll_bar_part part; + int modifiers; /* See enum below for interpretation. */ + + Lisp_Object x, y; + unsigned long timestamp; + /* This field is copied into a vector while the event is in the queue, so that garbage collections won't kill it. */ /* In a menu_bar_event, this is a cons cell whose car is the frame and whose cdr is the Lisp object that is the event's value. */ + /* This field is last so that struct selection_input_event + does not overlap with it. */ Lisp_Object frame_or_window; - - int modifiers; /* See enum below for interpretation. */ - - Lisp_Object x, y; - unsigned long timestamp; }; /* This is used in keyboard.c, to tell how many buttons we will need