summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index b5a47fde..baf9edeb 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -118,6 +118,8 @@ public:
*/
inline otk::OBTimerQueueManager *timerManager() { return &_timermanager; }
+ inline const otk::OBProperty *property() const { return _property; }
+
//! The main function of the Openbox class
/*!
This function should be called after instantiating the Openbox class.