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
b90afe71
Commit
b90afe71
authored
Feb 22, 1995
by
Karl Heuer
Browse files
Update comments to reflect changes in xmenu.c.
parent
89d8f246
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/termhooks.h
src/termhooks.h
+3
-3
No files found.
src/termhooks.h
View file @
b90afe71
...
...
@@ -249,7 +249,7 @@ enum event_kind
buffer_switch_event
,
/* A process filter has switched buffers. */
delete_window_event
,
/* An X client said "delete this window". */
menu_bar_event
,
/* An event generated by the menu bar.
The frame_or_window field holds the
The frame_or_window field
's cdr
holds the
Lisp-level event value.
(Only the toolkit version uses these.) */
iconify_event
,
/* An X client iconified this window. */
...
...
@@ -278,8 +278,8 @@ struct input_event {
/* 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
holds the Lisp object
that is the event's value. */
/* 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. */
Lisp_Object
frame_or_window
;
int
modifiers
;
/* See enum below for interpretation. */
...
...
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