X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.hh;h=4f664c19931232eaf7366c1555688a09bdcf48d8;hb=598c5d6c07118517b47d7c416a79dc9743271aa8;hp=8f8144e345f42e51d0ec9f8ad085fb382a06d1d1;hpb=059bc4dc24b68d637c3608c05344c53c64cc2c4b;p=chaz%2Fopenbox diff --git a/src/config.hh b/src/config.hh index 8f8144e3..4f664c19 100644 --- a/src/config.hh +++ b/src/config.hh @@ -3,27 +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(); -}; - } #endif // __config_hh