X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.h;h=7881d6020d0da03acaa439c13399919252c55322;hb=43e9d583c5fa8378013169929d0ef54e1dccb6fa;hp=3e3d1ef2e9e46c886e68fe20db0795e856fff0d9;hpb=8d3c97389f23271c7b44a726111c97d34bc2ced2;p=chaz%2Fopenbox diff --git a/src/openbox.h b/src/openbox.h index 3e3d1ef2..7881d602 100644 --- a/src/openbox.h +++ b/src/openbox.h @@ -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