Mercurial > emacs
diff src/termhooks.h @ 9728:5fdefb7f9921
(iconify_event, deiconify_event): New events.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 27 Oct 1994 21:09:39 +0000 |
| parents | cd81dba38a49 |
| children | 6f71ef20581c |
line wrap: on
line diff
--- a/src/termhooks.h Thu Oct 27 19:58:25 1994 +0000 +++ b/src/termhooks.h Thu Oct 27 21:09:39 1994 +0000 @@ -248,10 +248,12 @@ 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
