aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-08 20:57:47 +0000
committerGerd Moellmann2000-06-08 20:57:47 +0000
commit0f98c4c21185ffc9136044022bac4dcd8d81d6cb (patch)
treea2684fe99969d367808ba62207c4d7379db6fd52 /src
parentc51c7093e98ee5fd96f772dae2214c36122eace1 (diff)
downloademacs-0f98c4c21185ffc9136044022bac4dcd8d81d6cb.tar.gz
emacs-0f98c4c21185ffc9136044022bac4dcd8d81d6cb.zip
(enum event_kind): Add FOCUS_IN_EVENT.
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