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/openbox.py | |
| parent | 747c089ae1c7df345c7ad98f833e8640ab0bc851 (diff) | |
wrapper changes
Diffstat (limited to 'src/openbox.py')
| -rw-r--r-- | src/openbox.py | 2 |
1 files changed, 1 insertions, 1 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__ = {} |
