diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-07 06:50:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-07 06:50:21 +0000 |
| commit | 7990e6fc46c4a73139cb59e2d17df37ff1fe4e0a (patch) | |
| tree | 752f0e6d860b8a3860f079f4f788da7dfe8cbf98 /src/python.hh | |
| parent | 7ca4d1cf8a1fd3b414219c77a57fff7d333f5e7f (diff) | |
add a PlaceWindow event hook type
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python.hh b/src/python.hh index 81b3b0ca..cfa625d0 100644 --- a/src/python.hh +++ b/src/python.hh @@ -52,6 +52,7 @@ enum KeyContext { enum EventAction { EventEnterWindow, EventLeaveWindow, + EventPlaceWindow, EventNewWindow, EventCloseWindow, EventStartup, |
