diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-24 08:33:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-24 08:33:35 +0000 |
| commit | 28594da6de001f1d8b6b975286032302db3a6491 (patch) | |
| tree | dfbd92e585fbe52456061b79065814b9405b51b3 /util/epist/window.hh | |
| parent | 3792d283331087b1ae92419f847efaa7f879e440 (diff) | |
epist + multihead == <drool>
added next/prevWindowOnAllScreens
added next/prevScreen
Diffstat (limited to 'util/epist/window.hh')
| -rw-r--r-- | util/epist/window.hh | 1 |
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; } |
