From 17ef2638592a4be20fb2b41e045c4ee51196271e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Apr 2002 05:05:48 +0000 Subject: load_rc() now uses the obResource class to load its configuration --- src/openbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/openbox.h') diff --git a/src/openbox.h b/src/openbox.h index 6f23e035..33bcb213 100644 --- a/src/openbox.h +++ b/src/openbox.h @@ -41,7 +41,7 @@ # endif // HAVE_SYS_TIME_H #endif // TIME_WITH_SYS_TIME - +#include "Resource.h" #include "LinkedList.h" #include "BaseDisplay.h" #include "Timer.h" @@ -115,6 +115,7 @@ private: Window masked; char *rc_file, **argv; int argc; + obResource config; protected: -- cgit v1.2.3