From: Karl Heuer Date: Thu, 27 Oct 1994 21:09:39 +0000 (+0000) Subject: (iconify_event, deiconify_event): New events. X-Git-Tag: emacs-19.34~6127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2afbef624dfc3762be4cc8cd6cead4521efb165;p=emacs.git (iconify_event, deiconify_event): New events. --- diff --git a/src/termhooks.h b/src/termhooks.h index 3c1afc0bc2a..9de8401341e 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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