summaryrefslogtreecommitdiff
path: root/util/epist/window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/window.hh')
-rw-r--r--util/epist/window.hh3
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;