summaryrefslogtreecommitdiff
path: root/util/epist/window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/window.hh')
-rw-r--r--util/epist/window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/window.hh b/util/epist/window.hh
index 18742194..fdf2223e 100644
--- a/util/epist/window.hh
+++ b/util/epist/window.hh
@@ -80,6 +80,7 @@ public:
XWindow(epist *epist, screen *screen, Window window);
virtual ~XWindow();
+ inline screen *getScreen() const { return _screen; }
inline Window window() const { return _window; }
inline unsigned int desktop() const { return _desktop; }