]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete_window_event): New event kind.
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Nov 1993 04:04:46 +0000 (04:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Nov 1993 04:04:46 +0000 (04:04 +0000)
src/termhooks.h

index 116101670fc187d912a5d19429934e101d4b361f..06770c348eb06857146db0996e5e32046215b464 100644 (file)
@@ -241,7 +241,8 @@ enum event_kind
                                   milliseconds) for the click.  */
   selection_request_event,     /* Another X client wants a selection from us.
                                   See `struct selection_event'.  */
-  selection_clear_event                /* Another X client cleared our selection.  */
+  selection_clear_event,       /* Another X client cleared our selection.  */
+  delete_window_event          /* An X client said "delete this window".  */
 };
 
 /* If a struct input_event has a kind which is selection_request_event