Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
46cfcdb4
Commit
46cfcdb4
authored
Jan 12, 1996
by
Richard M. Stallman
Browse files
(struct input_event): Put frame_or_window last.
parent
b69863f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/termhooks.h
src/termhooks.h
+7
-5
No files found.
src/termhooks.h
View file @
46cfcdb4
...
@@ -278,16 +278,18 @@ struct input_event {
...
@@ -278,16 +278,18 @@ struct input_event {
int
code
;
int
code
;
enum
scroll_bar_part
part
;
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,
/* This field is copied into a vector while the event is in the queue,
so that garbage collections won't kill it. */
so that garbage collections won't kill it. */
/* In a menu_bar_event, this is a cons cell whose car is the frame
/* 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. */
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
;
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
/* This is used in keyboard.c, to tell how many buttons we will need
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment