diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-11 10:26:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-11 10:26:08 +0000 |
| commit | 06a80ce2c7a189e26063d5e4e475ca500778aba5 (patch) | |
| tree | 545007018d8c8e27de2a1cf13eaa14dfb4332270 /src/openbox.hh | |
| parent | cee305244662d352a7ad5ab7ae22f6221c064d3d (diff) | |
manage and unmanage windows in OBScreen
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index a257cb24..833c3218 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -155,7 +155,7 @@ public: inline const otk::OBProperty *property() const { return _property; } //! Returns a managed screen - inline const OBScreen *screen(int num) const { + inline OBScreen *screen(int num) { assert(num >= 0); assert(num < (signed)_screens.size()); return _screens[num]; } |
