]> Dogcows Code - chaz/openbox/blobdiff - src/config.hh
nelements is not passed anymore, its simply a return value
[chaz/openbox] / src / config.hh
index cfa0adc5828788972644e03ee9241d0be935896c..6cbbaacd2ce15ecb6924a5860b122af3f07d1054 100644 (file)
 
 namespace ob {
 
-struct Config {
+class Config {
+  int _screen;
+
+public:
   std::vector<otk::ustring> desktop_names;
   otk::ustring theme;
   otk::ustring titlebar_layout;
@@ -21,13 +24,10 @@ struct Config {
   long drag_threshold;
   long num_desktops;
 
-  unsigned long *default_icon;
-  long icon_w;
-  long icon_h;
-  long icon_length;
-  
-  Config();
+  Config(int screen);
   ~Config();
+
+  void load();
 };
 
 }
This page took 0.022562 seconds and 4 git commands to generate.