]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
load config options from the python environment
[chaz/openbox] / src / openbox.hh
index d64068f14a9f88dec74d09087140fd0c20c40246..b5956e46e86e0b3846114a3518f9ea9dd51b6cf9 100644 (file)
@@ -137,9 +137,6 @@ private:
   //! When set to true, the Openbox::eventLoop function will stop and return
   bool _doshutdown;
 
-  //! The configuration of the application. TEMPORARY
-  otk::Configuration _config;
-
   //! The client with input focus
   /*!
     Updated by the clients themselves.
@@ -244,6 +241,8 @@ public:
     manager can be destroyed.
   */
   inline void shutdown() { _doshutdown = true; }
+
+  bool getConfigString(const char *name, std::string *value);
 };
 
 }
This page took 0.023338 seconds and 4 git commands to generate.