summaryrefslogtreecommitdiff
path: root/src/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.h')
-rw-r--r--src/openbox.h3
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: