From f7a41999bfa20750f192d7fa5447bb133451db76 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 18:16:52 +0000 Subject: implement moveWindowUp/Down/Left/Right --- util/epist/window.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/epist/window.hh') 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; } -- cgit v1.2.3