diff options
| author | Richard M. Stallman | 1993-11-22 04:04:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-22 04:04:46 +0000 |
| commit | 3a6b074b35120e32e5c6f7295bcf032e8b7f1563 (patch) | |
| tree | 5ed9a6a869054407083d3cf2b6f36448e508ce64 /src | |
| parent | 02ff9dd5749cdd38db2fc0e69eac22302b0242ff (diff) | |
| download | emacs-3a6b074b35120e32e5c6f7295bcf032e8b7f1563.tar.gz emacs-3a6b074b35120e32e5c6f7295bcf032e8b7f1563.zip | |
(delete_window_event): New event kind.
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 241 | milliseconds) for the click. */ | 241 | milliseconds) for the click. */ |
| 242 | selection_request_event, /* Another X client wants a selection from us. | 242 | selection_request_event, /* Another X client wants a selection from us. |
| 243 | See `struct selection_event'. */ | 243 | See `struct selection_event'. */ |
| 244 | selection_clear_event /* Another X client cleared our selection. */ | 244 | selection_clear_event, /* Another X client cleared our selection. */ |
| 245 | delete_window_event /* An X client said "delete this window". */ | ||
| 245 | }; | 246 | }; |
| 246 | 247 | ||
| 247 | /* If a struct input_event has a kind which is selection_request_event | 248 | /* If a struct input_event has a kind which is selection_request_event |