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, 3 insertions, 0 deletions
diff --git a/src/openbox.h b/src/openbox.h
index 33bcb213..3e3d1ef2 100644
--- a/src/openbox.h
+++ b/src/openbox.h
@@ -145,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; }