diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-07 16:27:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-07 16:27:27 +0000 |
| commit | 90ee16fc8664f38683edf3b2eb4dd376a572f4ce (patch) | |
| tree | a8fcf766091afc8817cd186104d8b322d44bdb19 /util/epist/window.hh | |
| parent | d8967bd534ff10a234fed17059fb92d985be9176 (diff) | |
better support for relative resizing
Diffstat (limited to 'util/epist/window.hh')
| -rw-r--r-- | util/epist/window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/epist/window.hh b/util/epist/window.hh index 65ceda7b..c2452993 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -111,7 +111,8 @@ public: void focus() const; void sendTo(unsigned int dest) const; void move(int x, int y) const; - void resize(unsigned int width, unsigned int height) const; + void resizeRel(int dwidth, int dheight) const; + void resizeAbs(unsigned int width, unsigned int height) const; void toggleMaximize(Max max) const; // i hate toggle functions void maximize(Max max) const; |
