From 5f78b51429b204f89b654d634bb4cc8cb78b95f6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Dec 2002 00:04:32 +0000 Subject: using python and swig for now. --- src/screen.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/screen.hh') diff --git a/src/screen.hh b/src/screen.hh index 543e216c..a35e4ca0 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -94,10 +94,12 @@ private: void setWorkArea(); public: +#ifndef SWIG //! Constructs a new OBScreen object OBScreen(int screen, const otk::Configuration &config); //! Destroys the OBScreen object virtual ~OBScreen(); +#endif //! Returns if the screen was successfully managed /*! @@ -112,6 +114,7 @@ public: //! Returns the style in use on the screen inline const otk::Style *style() const { return &_style; } + inline ClientList clients() { return _clients; } //! Adds a window's strut to the screen's list of reserved spaces void addStrut(otk::Strut *strut); -- cgit v1.2.3