]> Dogcows Code - chaz/openbox/blobdiff - src/config.hh
provide functions for grabbing and ungrabbing the keyboard and pointer
[chaz/openbox] / src / config.hh
index 8f8144e345f42e51d0ec9f8ad085fb382a06d1d1..4f664c19931232eaf7366c1555688a09bdcf48d8 100644 (file)
@@ -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 <vector>
-
 namespace ob {
 
-struct Config {
-  std::vector<otk::ustring> desktop_names;
-  otk::ustring theme;
-  otk::ustring titlebar_layout;
-  long double_click_delay;
-  long drag_threshold;
-  long num_desktops;
-
-  Config();
-};
-
 }
 
 #endif // __config_hh
This page took 0.020507 seconds and 4 git commands to generate.