diff options
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 |
