diff options
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 |