From 745e840547b5443ecfb9b6f0a4f14b0d035d59c2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 19:15:24 +0000 Subject: load config options from the python environment --- src/openbox.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/openbox.hh') diff --git a/src/openbox.hh b/src/openbox.hh index d64068f1..b5956e46 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -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); }; } -- cgit v1.2.3