Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f2afbef6
Commit
f2afbef6
authored
Oct 27, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(iconify_event, deiconify_event): New events.
parent
3cd69289
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/termhooks.h
src/termhooks.h
+3
-1
No files found.
src/termhooks.h
View file @
f2afbef6
...
...
@@ -248,10 +248,12 @@ enum event_kind
selection_clear_event
,
/* Another X client cleared our selection. */
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.
menu_bar_event
,
/* An event generated by the menu bar.
The frame_or_window field holds the
Lisp-level event value.
(Only the toolkit version uses these.) */
iconify_event
,
/* An X client iconified this window. */
deiconify_event
/* An X client deiconified this window. */
};
/* If a struct input_event has a kind which is selection_request_event
...
...
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