]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.h
renamed the obResource class to Resource.
[chaz/openbox] / src / openbox.h
index 3e3d1ef2e9e46c886e68fe20db0795e856fff0d9..7881d6020d0da03acaa439c13399919252c55322 100644 (file)
@@ -115,7 +115,7 @@ private:
   Window masked;
   char *rc_file, **argv;
   int argc;
-  obResource config;
+  Resource config;
 
 
 protected:
@@ -145,7 +145,7 @@ public:
   BScreen *getScreen(int);
   BScreen *searchScreen(Window);
 
-  inline obResource &getConfig() {
+  inline Resource &getConfig() {
     return config;
   }
   inline const Time &getDoubleClickInterval(void) const
This page took 0.021703 seconds and 4 git commands to generate.