Hi,

This is just a workaround, but solves the problem here.

Best wishes,
Christian
--
Christian Fromme

Mail: kaner at strace.org
 GPG: 9DE5E8B9
only in patch2:
unchanged:
--- bbkeys-0.9.0.orig/src/ScreenHandler.cpp
+++ bbkeys-0.9.0/src/ScreenHandler.cpp
@@ -77,7 +77,7 @@
     return;
   }
 
-  bt::EWMH::AtomList atoms;
+  static bt::EWMH::AtomList atoms;
   if (_netclient->readSupported(_root, atoms)) {
     cout << BBTOOL << ": " << "ScreenHandler: Supported atoms: [" << 
atoms.size() << "].\n";
   } else {
@@ -586,7 +586,7 @@
     ++insert_point; // get to the item client the focused client
 
   // get the client list from the root window
-  Netclient::WindowList rootclients;
+  static bt::EWMH::WindowList rootclients;
   unsigned long num = (unsigned) -1;
 
   if ( ! _netclient->readClientList(_root, rootclients) ) {

Reply via email to