summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-04-01 13:41:03 +0000
committerPavel Janík <Pavel@Janik.cz>2002-04-01 13:41:03 +0000
commit827b15c6aac5cdb72151ba7e57f9795e901fa8b1 (patch)
treeb8986a0184990d34811bc72675303915e89090bd /src/termhooks.h
parent4e1a58d5f8e41f79b838c7bcdf2db455c08d0682 (diff)
downloademacs-827b15c6aac5cdb72151ba7e57f9795e901fa8b1.tar.gz
(enum event_kind): New event type `SELECT_WINDOW_EVENT'.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index d7bb5221958..6e38747ed2a 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -325,6 +325,9 @@ enum event_kind
`switch-frame' events in kbd_buffer_get_event, if necessary. */
FOCUS_IN_EVENT,
+ /* Generated when mouse moves over window not currently selected. */
+ SELECT_WINDOW_EVENT,
+
/* Queued from XTread_socket when session manager sends
save yourself before shutdown. */
save_session_event