diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-19 19:28:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-19 19:28:11 +0000 |
| commit | feaf3ac4e5847d27e3747b09e7443915afa97b0b (patch) | |
| tree | 6548af5ed3f15b15b2d3e4a66a2b9795b0a4e18b /src/config.hh | |
| parent | 1dac42d9ed074bcd44f9d1016b0971ae473cc2eb (diff) | |
time to refactor shit hard
Diffstat (limited to 'src/config.hh')
| -rw-r--r-- | src/config.hh | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/src/config.hh b/src/config.hh index 6cbbaacd..4f664c19 100644 --- a/src/config.hh +++ b/src/config.hh @@ -3,33 +3,12 @@ #define __config_hh /*! @file config.hh - @brief The Config class contains configuration options set by the user's - scripts + @brief The Config class contains functions for accessing config variables + in the scripts. */ -#include "otk/ustring.hh" - -#include <vector> - namespace ob { -class Config { - int _screen; - -public: - std::vector<otk::ustring> desktop_names; - otk::ustring theme; - otk::ustring titlebar_layout; - long double_click_delay; - long drag_threshold; - long num_desktops; - - Config(int screen); - ~Config(); - - void load(); -}; - } #endif // __config_hh |
