all repos — openbox @ 22bd294c7baed75a24b1df7cc423042c965acbdb

openbox fork - make it a bit more like ryudo

unregister for events when destroyed
Dana Jansens danakj@orodu.net
commit

22bd294c7baed75a24b1df7cc423042c965acbdb

parent

1fa445c88033e564a25d907a7f478e76bff9e89e

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

jump to
M otk/widget.ccotk/widget.cc

@@ -55,6 +55,8 @@ {

if (_visible) hide(); + _event_dispatcher->clearHandler(_window); + std::for_each(_children.begin(), _children.end(), PointerAssassin()); if (_parent)