X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfig.hh;h=4f664c19931232eaf7366c1555688a09bdcf48d8;hb=598c5d6c07118517b47d7c416a79dc9743271aa8;hp=f0205509d1355ec32aa4a0e400ba396e9673e2f0;hpb=fd7668947091b11c9d9d5775edf5f414e4be6173;p=chaz%2Fopenbox diff --git a/src/config.hh b/src/config.hh index f0205509..4f664c19 100644 --- a/src/config.hh +++ b/src/config.hh @@ -3,28 +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 { -struct Config { - std::vector desktop_names; - otk::ustring theme; - otk::ustring titlebar_layout; - long double_click_delay; - long drag_threshold; - long num_desktops; - - Config(); - ~Config(); -}; - } #endif // __config_hh