From d3b7c84d4c640face48dfb54d70de2bff1551429 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 07:01:59 +0000 Subject: moving strut into its own .hh. adding OBClient class --- src/openbox.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openbox.hh') 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. -- cgit v1.2.3