diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-24 05:44:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-24 05:44:27 +0000 |
| commit | 3a5d404a081e5510c017a0781d9c1c557811d180 (patch) | |
| tree | e1a85969b8db6f2a0cd5907248b96bd6f869876d /src | |
| parent | 747c089ae1c7df345c7ad98f833e8640ab0bc851 (diff) | |
wrapper changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/openbox.py | 2 | ||||
| -rw-r--r-- | src/openbox_wrap.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/openbox.py b/src/openbox.py index a7ca525b..aad74eb1 100644 --- a/src/openbox.py +++ b/src/openbox.py @@ -909,12 +909,12 @@ EventLeaveWindow = _openbox.EventLeaveWindow EventPlaceWindow = _openbox.EventPlaceWindow EventNewWindow = _openbox.EventNewWindow EventCloseWindow = _openbox.EventCloseWindow +EventUrgentWindow = _openbox.EventUrgentWindow EventStartup = _openbox.EventStartup EventShutdown = _openbox.EventShutdown EventKey = _openbox.EventKey EventFocus = _openbox.EventFocus EventBell = _openbox.EventBell -EventUrgentNotify = _openbox.EventUrgentNotify NUM_EVENTS = _openbox.NUM_EVENTS class MouseData(_object): __swig_setmethods__ = {} diff --git a/src/openbox_wrap.cc b/src/openbox_wrap.cc index 7473e961..86f737cb 100644 --- a/src/openbox_wrap.cc +++ b/src/openbox_wrap.cc @@ -12090,12 +12090,12 @@ static swig_const_info swig_const_table[] = { { 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 *)"EventUrgentWindow", (long) ob::EventUrgentWindow, 0, 0, 0}, { SWIG_PY_INT, (char *)"EventStartup", (long) ob::EventStartup, 0, 0, 0}, { SWIG_PY_INT, (char *)"EventShutdown", (long) ob::EventShutdown, 0, 0, 0}, { SWIG_PY_INT, (char *)"EventKey", (long) ob::EventKey, 0, 0, 0}, { SWIG_PY_INT, (char *)"EventFocus", (long) ob::EventFocus, 0, 0, 0}, { SWIG_PY_INT, (char *)"EventBell", (long) ob::EventBell, 0, 0, 0}, -{ SWIG_PY_INT, (char *)"EventUrgentNotify", (long) ob::EventUrgentNotify, 0, 0, 0}, { SWIG_PY_INT, (char *)"NUM_EVENTS", (long) ob::NUM_EVENTS, 0, 0, 0}, { SWIG_PY_INT, (char *)"X_PROTOCOL", (long) 11, 0, 0, 0}, { SWIG_PY_INT, (char *)"X_PROTOCOL_REVISION", (long) 0, 0, 0, 0}, |
