]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.h
changed OpenboxWindow to not have getFrameX/getWidth/etc functions, and to return...
[chaz/openbox] / src / openbox.h
index 6f23e035d98e2fa1b839139840ac1bff0b4790f7..c51ffad74c9fa553e81f096d8f04f033f5c2907d 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,12 +115,14 @@ private:
   Window masked;
   char *rc_file, **argv;
   int argc;
+  obResource config;
 
 
 protected:
   void load_rc(void);
   void save_rc(void);
   void reload_rc(void);
+  void symlink_rc(const char *) const;
   void real_rereadMenu(void);
   void real_reconfigure(void);
 
@@ -144,6 +146,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.022424 seconds and 4 git commands to generate.