]> Dogcows Code - chaz/openbox/blobdiff - src/bindings.hh
load config options from the python environment
[chaz/openbox] / src / bindings.hh
index dde799491dd72e894830b8b9bd01036da98cf9b5..0ae035761437ba5890860684d351e80ce4d6aedc 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #include "actions.hh"
+#include "otk/timer.hh"
 
 #include <string>
 #include <vector>
@@ -53,12 +54,16 @@ private:
   BindingTree *_curpos; // position in the keytree
 
   Binding _resetkey; // the key which resets the key chain status
+
+  otk::OBTimer _timer;
   
   int find(BindingTree *search) const;
   bool translate(const std::string &str, Binding &b) const;
   BindingTree *buildtree(const StringVect &keylist, int id) const;
   void assimilate(BindingTree *node);
 
+  static void reset(OBBindings *self);
+
 public:
   //! Initializes an OBBinding object
   OBBindings();
This page took 0.021114 seconds and 4 git commands to generate.