diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 22:06:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 22:06:08 +0000 |
| commit | 06388d73b75d985ab10586bd116de7fac4ea2b8e (patch) | |
| tree | cff34181b921c9332df6e6243e6db03b04493543 /src/screen.hh | |
| parent | a9a5f0d7510be5dbf8ae1db99e6c1c01035503d9 (diff) | |
restart works
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.hh b/src/screen.hh index 5af79366..fa286764 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -119,6 +119,8 @@ public: virtual ~OBScreen(); #endif + inline int number() const { return _number; } + //! Returns if the screen was successfully managed /*! If this is false, then the screen should be deleted and should NOT be |
