diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 18:16:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 18:16:52 +0000 |
| commit | f7a41999bfa20750f192d7fa5447bb133451db76 (patch) | |
| tree | b7f183c54de9b6862468ca632f4e07877d81b5c1 /util/epist/window.hh | |
| parent | a16ae8733983b7e4c7733512cf1c5b9f2cb0b2db (diff) | |
implement moveWindowUp/Down/Left/Right
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; } |
