Mercurial > emacs
diff src/termhooks.h @ 29514:e31f78844157
(enum event_kind): Add FOCUS_IN_EVENT.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Thu, 08 Jun 2000 20:57:47 +0000 |
| parents | ada4d4e97d3b |
| children | 67c99cc46d03 |
line wrap: on
line diff
--- a/src/termhooks.h Thu Jun 08 20:57:01 2000 +0000 +++ b/src/termhooks.h Thu Jun 08 20:57:47 2000 +0000 @@ -314,7 +314,11 @@ help string. */ HELP_EVENT, - TOOL_BAR_EVENT + TOOL_BAR_EVENT, + + /* Queued from XTread_socket on FocusIn events. Translated into + `switch-frame' events in kbd_buffer_get_event, if necessary. */ + FOCUS_IN_EVENT }; /* If a struct input_event has a kind which is selection_request_event
