X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfig.hh;h=4f664c19931232eaf7366c1555688a09bdcf48d8;hb=cce970813f088952e05e20f13d77d6f4766863e3;hp=6cbbaacd2ce15ecb6924a5860b122af3f07d1054;hpb=16a952c35dd15d52b304abaf9c366e9263b45430;p=chaz%2Fopenbox 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 - namespace ob { -class Config { - int _screen; - -public: - std::vector 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