]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.h
removed the code to make the .blackboxrc symlink to openbox's rc file (it cored anyways)
[chaz/openbox] / src / openbox.h
index 6f23e035d98e2fa1b839139840ac1bff0b4790f7..3e3d1ef2e9e46c886e68fe20db0795e856fff0d9 100644 (file)
@@ -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:
@@ -144,6 +145,9 @@ public:
   BScreen *getScreen(int);
   BScreen *searchScreen(Window);
 
+  inline obResource &getConfig() {
+    return config;
+  }
   inline const Time &getDoubleClickInterval(void) const
     { return resource.double_click_interval; }
   inline const Time &getLastTime(void) const { return last_time; }
This page took 0.026306 seconds and 4 git commands to generate.