diff options
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 2 |
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. |
