comparison src/termhooks.h @ 43813:7c1c9baea70f

(enum event_kind): Added save_session_event.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 10 Mar 2002 16:15:48 +0000
parents 30ac10baa2b5
children b7f9e859425a
comparison
equal deleted inserted replaced
43812:20dbe11a2ad3 43813:7c1c9baea70f
321 and `arg' are equal, this is a prefix event. */ 321 and `arg' are equal, this is a prefix event. */
322 TOOL_BAR_EVENT, 322 TOOL_BAR_EVENT,
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
330 or selection_clear_event, then its contents are really described 334 or selection_clear_event, then its contents are really described
331 by `struct selection_event'; see xterm.h. */ 335 by `struct selection_event'; see xterm.h. */