From c6234a4de0263828e89e3b8812cbb93e72d13ffc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 09:28:01 +0000 Subject: add iconifying --- util/epist/screen.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'util/epist/screen.hh') 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); -- cgit v1.2.3