summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-06 07:01:59 +0000
committerDana Jansens <danakj@orodu.net>2002-11-06 07:01:59 +0000
commitd3b7c84d4c640face48dfb54d70de2bff1551429 (patch)
tree9fb39c8aa62dd733fa5361a49883f8b233f5e7b8 /src/openbox.hh
parentd017db67e4d77fd7af3f070803a773df0a5768eb (diff)
moving strut into its own .hh. adding OBClient class
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.