# HG changeset patch # User Richard M. Stallman # Date 753941086 0 # Node ID 2df44d5e75eb070cacf680469fc957f6e7bb7af1 # Parent 9b41ddf1b5f77d3091070bae93c153592bee060c (delete_window_event): New event kind. diff -r 9b41ddf1b5f7 -r 2df44d5e75eb src/termhooks.h --- a/src/termhooks.h Mon Nov 22 03:08:40 1993 +0000 +++ b/src/termhooks.h Mon Nov 22 04:04:46 1993 +0000 @@ -241,7 +241,8 @@ 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