summaryrefslogtreecommitdiff
path: root/src/openbox_wrap.cc
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/openbox_wrap.cc
parent7ca4d1cf8a1fd3b414219c77a57fff7d333f5e7f (diff)
add a PlaceWindow event hook type
Diffstat (limited to 'src/openbox_wrap.cc')
-rw-r--r--src/openbox_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openbox_wrap.cc b/src/openbox_wrap.cc
index bf1383eb..dfa50d66 100644
--- a/src/openbox_wrap.cc
+++ b/src/openbox_wrap.cc
@@ -3131,6 +3131,7 @@ static swig_const_info swig_const_table[] = {
{ SWIG_PY_INT, (char *)"NUM_KEY_CONTEXT", (long) ob::NUM_KEY_CONTEXT, 0, 0, 0},
{ SWIG_PY_INT, (char *)"EventEnterWindow", (long) ob::EventEnterWindow, 0, 0, 0},
{ SWIG_PY_INT, (char *)"EventLeaveWindow", (long) ob::EventLeaveWindow, 0, 0, 0},
+{ SWIG_PY_INT, (char *)"EventPlaceWindow", (long) ob::EventPlaceWindow, 0, 0, 0},
{ SWIG_PY_INT, (char *)"EventNewWindow", (long) ob::EventNewWindow, 0, 0, 0},
{ SWIG_PY_INT, (char *)"EventCloseWindow", (long) ob::EventCloseWindow, 0, 0, 0},
{ SWIG_PY_INT, (char *)"EventStartup", (long) ob::EventStartup, 0, 0, 0},