summaryrefslogtreecommitdiff
path: root/src/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-16 22:08:37 +0000
committerDana Jansens <danakj@orodu.net>2002-04-16 22:08:37 +0000
commit43e9d583c5fa8378013169929d0ef54e1dccb6fa (patch)
tree099f5ee3ae31b2a8e24774f039d58bbe191cd971 /src/openbox.h
parent82e61c015fe82b673676c3242f014bf26c0dd152 (diff)
renamed the obResource class to Resource.
Diffstat (limited to 'src/openbox.h')
-rw-r--r--src/openbox.h4
1 files changed, 2 insertions, 2 deletions
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