]> 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 33bcb213b37d593de5083a9aa2f0b825037fab1e..c51ffad74c9fa553e81f096d8f04f033f5c2907d 100644 (file)
@@ -122,6 +122,7 @@ 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);
 
@@ -145,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.021622 seconds and 4 git commands to generate.