]> Dogcows Code - chaz/openbox/commitdiff
send config req's to the master too
authorDana Jansens <danakj@orodu.net>
Tue, 7 Jan 2003 07:34:11 +0000 (07:34 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 7 Jan 2003 07:34:11 +0000 (07:34 +0000)
otk/eventdispatcher.cc

index 760f86a4435f51599d1bb5075af9f82cba263aa5..22ad73c1c4557c1e83cb76be5d9a03a798fd229d 100644 (file)
@@ -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 {
This page took 0.022397 seconds and 4 git commands to generate.