aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-22 04:04:46 +0000
committerRichard M. Stallman <[email protected]>1993-11-22 04:04:46 +0000
commit3a6b074b35120e32e5c6f7295bcf032e8b7f1563 (patch)
tree5ed9a6a869054407083d3cf2b6f36448e508ce64
parent02ff9dd5749cdd38db2fc0e69eac22302b0242ff (diff)
(delete_window_event): New event kind.
-rw-r--r--src/termhooks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 116101670f..06770c348e 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