diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-07 02:43:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-07 02:43:56 +0000 |
| commit | 26bef30a57e0a23be2dc3dd5418f305c43684bb1 (patch) | |
| tree | 7463cbef3291e7c3d38d22c8641d0b4a6683752d /src/python.hh | |
| parent | 66921633e5e0c071f2ccfb36e6b9f533889af9d8 (diff) | |
add startup and shutdown callback events for each screen
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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 }; |
