diff options
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 55b0babd..7b500d03 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -60,6 +60,7 @@ public: inline Window rootWindow() const { return _root; } inline bool managed() const { return _managed; } + inline int number() const { return _number; } void processEvent(const XEvent &e); |
