send config req's to the master too
This commit is contained in:
parent
19eb13679d
commit
f1ce4e660f
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ void OtkEventDispatcher::dispatchEvents(void)
|
|||
// 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 {
|
||||
|
|
Loading…
Reference in a new issue