]> Dogcows Code - chaz/openbox/blobdiff - src/config.hh
hack so text shows up
[chaz/openbox] / src / config.hh
index cfa0adc5828788972644e03ee9241d0be935896c..4f664c19931232eaf7366c1555688a09bdcf48d8 100644 (file)
@@ -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 {
 
-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;
-
-  unsigned long *default_icon;
-  long icon_w;
-  long icon_h;
-  long icon_length;
-  
-  Config();
-  ~Config();
-};
-
 }
 
 #endif // __config_hh
This page took 0.022066 seconds and 4 git commands to generate.