From 3a6b074b35120e32e5c6f7295bcf032e8b7f1563 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 22 Nov 1993 04:04:46 +0000 Subject: [PATCH] (delete_window_event): New event kind. --- src/termhooks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/termhooks.h b/src/termhooks.h index 116101670fc..06770c348eb 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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 -- 2.39.5