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 b6050cde256..48d66d390eb 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -314,7 +314,11 @@ enum event_kind
314 help string. */ 314 help string. */
315 HELP_EVENT, 315 HELP_EVENT,
316 316
317 TOOL_BAR_EVENT 317 TOOL_BAR_EVENT,
318
319 /* Queued from XTread_socket on FocusIn events. Translated into
320 `switch-frame' events in kbd_buffer_get_event, if necessary. */
321 FOCUS_IN_EVENT
318}; 322};
319 323
320/* If a struct input_event has a kind which is selection_request_event 324/* If a struct input_event has a kind which is selection_request_event