diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-11 05:05:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-11 05:05:48 +0000 |
| commit | 17ef2638592a4be20fb2b41e045c4ee51196271e (patch) | |
| tree | 25770c661667d69738ccfe39552fbc8b893a2b02 /src/openbox.h | |
| parent | 3da13c168283b7192910af28c417a166dd317eba (diff) | |
load_rc() now uses the obResource class to load its configuration
Diffstat (limited to 'src/openbox.h')
| -rw-r--r-- | src/openbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
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: |
