summaryrefslogtreecommitdiff
path: root/util/epist/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 09:28:01 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 09:28:01 +0000
commitc6234a4de0263828e89e3b8812cbb93e72d13ffc (patch)
tree19f9d117eeb7891b32c72990ef652bc69fe63ce6 /util/epist/screen.hh
parentb94699afc339c469534521c44470aa6d19e5b4cc (diff)
add iconifying
Diffstat (limited to 'util/epist/screen.hh')
-rw-r--r--util/epist/screen.hh1
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);