aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index b13c632a033..d7bb5221958 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -323,7 +323,11 @@ enum event_kind
323 323
324 /* Queued from XTread_socket on FocusIn events. Translated into 324 /* Queued from XTread_socket on FocusIn events. Translated into
325 `switch-frame' events in kbd_buffer_get_event, if necessary. */ 325 `switch-frame' events in kbd_buffer_get_event, if necessary. */
326 FOCUS_IN_EVENT 326 FOCUS_IN_EVENT,
327
328 /* Queued from XTread_socket when session manager sends
329 save yourself before shutdown. */
330 save_session_event
327}; 331};
328 332
329/* If a struct input_event has a kind which is selection_request_event 333/* If a struct input_event has a kind which is selection_request_event