]> Dogcows Code - chaz/openbox/blobdiff - src/config.hh
nelements is not passed anymore, its simply a return value
[chaz/openbox] / src / config.hh
index f0205509d1355ec32aa4a0e400ba396e9673e2f0..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,8 +24,10 @@ struct Config {
   long drag_threshold;
   long num_desktops;
 
-  Config();
+  Config(int screen);
   ~Config();
+
+  void load();
 };
 
 }
This page took 0.020215 seconds and 4 git commands to generate.