projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19eb136
)
send config req's to the master too
author
Dana Jansens
<danakj@orodu.net>
Tue, 7 Jan 2003 07:34:11 +0000
(07:34 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 7 Jan 2003 07:34:11 +0000
(07:34 +0000)
otk/eventdispatcher.cc
patch
|
blob
|
history
diff --git
a/otk/eventdispatcher.cc
b/otk/eventdispatcher.cc
index 760f86a4435f51599d1bb5075af9f82cba263aa5..22ad73c1c4557c1e83cb76be5d9a03a798fd229d 100644
(file)
--- a/
otk/eventdispatcher.cc
+++ b/
otk/eventdispatcher.cc
@@
-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 {