diff options
Diffstat (limited to 'util/epist/window.hh')
| -rw-r--r-- | util/epist/window.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/epist/window.hh b/util/epist/window.hh index 91cd834d..5ba04356 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -62,6 +62,8 @@ private: void updateTitle(); void updateClass(); + void findFramePosition(int &x, int &y) const; + public: XWindow(epist *epist, screen *screen, Window window); virtual ~XWindow(); @@ -87,6 +89,7 @@ public: void iconify() const; void focus() const; void sendTo(unsigned int dest) const; + void move(int x, int y) const; bool operator == (const XWindow &w) const { return w._window == _window; } bool operator == (const Window &w) const { return w == _window; } |
