X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.hh;h=baf9edebe906dc90dd290047bf1a8deab2d4326b;hb=d3b7c84d4c640face48dfb54d70de2bff1551429;hp=b5a47fdeaf7b155c1547895a8da599dda8693a66;hpb=d017db67e4d77fd7af3f070803a773df0a5768eb;p=chaz%2Fopenbox 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.