summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-07 06:50:21 +0000
committerDana Jansens <danakj@orodu.net>2003-01-07 06:50:21 +0000
commit7990e6fc46c4a73139cb59e2d17df37ff1fe4e0a (patch)
tree752f0e6d860b8a3860f079f4f788da7dfe8cbf98 /src/python.hh
parent7ca4d1cf8a1fd3b414219c77a57fff7d333f5e7f (diff)
add a PlaceWindow event hook type
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh1
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,