summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-23 00:04:32 +0000
committerDana Jansens <danakj@orodu.net>2002-12-23 00:04:32 +0000
commit5f78b51429b204f89b654d634bb4cc8cb78b95f6 (patch)
treea2a1d99ac17304a564d52494a3f2bb9752e62907 /src/screen.hh
parent3cf5a8b6dd5b09a8550c9ecfc19f8e0e884778cc (diff)
using python and swig for now.
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh3
1 files changed, 3 insertions, 0 deletions
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);