all repos — openbox @ 3a5d404a081e5510c017a0781d9c1c557811d180

openbox fork - make it a bit more like ryudo

wrapper changes
Dana Jansens danakj@orodu.net
commit

3a5d404a081e5510c017a0781d9c1c557811d180

parent

747c089ae1c7df345c7ad98f833e8640ab0bc851

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/openbox.pysrc/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__ = {}
M src/openbox_wrap.ccsrc/openbox_wrap.cc

@@ -12090,12 +12090,12 @@ { 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 *)"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},