all repos — openbox @ f1ce4e660fe96816a699a89746a6105eca09babd

openbox fork - make it a bit more like ryudo

send config req's to the master too
Dana Jansens danakj@orodu.net
commit

f1ce4e660fe96816a699a89746a6105eca09babd

parent

19eb13679dff7cb492f09b848e34b1fe6c081cbc

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

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

@@ -85,6 +85,9 @@ if (e.type == ConfigureRequest) {

// find the actual window! e.xany.window is the parent window it = _map.find(e.xconfigurerequest.window); + if (_master) + _master->handle(e); + if (it != _map.end()) it->second->handle(e); else {