From 026b8c1e031fcfd5a6158e53a40f942dd3e6753b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 8 Apr 1994 05:57:55 +0000 Subject: [PATCH] (enum event_kind): Add buffer_switch_event. --- src/termhooks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/termhooks.h b/src/termhooks.h index e20a8fea5ed..6d8c19ae441 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -190,7 +190,7 @@ extern int (*read_socket_hook) (); extern int (*frame_up_to_date_hook) (); /* Expedient hack: only provide the below definitions to files that - are prepared to handle lispy things. XINT is defined iff lisp.h + are prepared to handle lispy things. CONSP is defined iff lisp.h has been included before this file. */ #ifdef CONSP @@ -246,6 +246,7 @@ enum event_kind selection_request_event, /* Another X client wants a selection from us. See `struct selection_event'. */ selection_clear_event, /* Another X client cleared our selection. */ + buffer_switch_event, /* A process filter has switched buffers. */ delete_window_event /* An X client said "delete this window". */ }; -- 2.39.5