]> Dogcows Code - chaz/openbox/blobdiff - src/Resource.h
changing the fix for fonts clipping in the titlebar. broken fonts (e.g. gelly caused...
[chaz/openbox] / src / Resource.h
index 253c09ee876097516df4793ae6fbb17f9b314ee0..912ae75377b725604159f51789799dbfbf89be9f 100644 (file)
@@ -52,6 +52,7 @@ public:
   bool load();
 
   void setValue(const std::string &rname, bool value);
+  void setValue(const std::string &rname, int value);
   void setValue(const std::string &rname, long value);
   void setValue(const std::string &rname, const std::string &value);
   void setValue(const std::string &rname, const char *value);
@@ -64,6 +65,7 @@ public:
                 std::string &value) const;
 
 private:
+  static bool m_initialized;
   std::string m_file;
   bool m_modified;
   bool m_autosave;
This page took 0.021406 seconds and 4 git commands to generate.