From 26bef30a57e0a23be2dc3dd5418f305c43684bb1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 7 Jan 2003 02:43:56 +0000 Subject: add startup and shutdown callback events for each screen --- src/python.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh index 948e9a72..2f779321 100644 --- a/src/python.hh +++ b/src/python.hh @@ -53,6 +53,8 @@ enum EventAction { EventLeaveWindow, EventNewWindow, EventCloseWindow, + EventStartup, + EventShutdown, NUM_EVENTS }; -- cgit v1.2.3