X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fwindow.hh;h=fdf2223ef663a3d54b7c746078f7bad297e345a4;hb=33cce0d97e6ec4ccf11775a450cb65f5938c88b7;hp=1874219412ce3c551a025c64e1e294dacc04e363;hpb=6ea8fb9afa1df8415fe88198525254c59a01230e;p=chaz%2Fopenbox 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; }