X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fwindow.hh;h=618731fd003a065f5d38f9794c6010e9bfea2477;hb=8b5a616b31681a57ef625ee13e1e56e2955e3403;hp=65ceda7bebf2302ff5c9c9b80c6110229ac46d03;hpb=fa34ea5250511e37180ea2ddd85919516f25248d;p=chaz%2Fopenbox diff --git a/util/epist/window.hh b/util/epist/window.hh index 65ceda7b..618731fd 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -1,5 +1,5 @@ // -*- mode: C++; indent-tabs-mode: nil; -*- -// window.hh for Epistophy - a key handler for NETWM/EWMH window managers. +// window.hh for Epistrophy - a key handler for NETWM/EWMH window managers. // Copyright (c) 2002 - 2002 Ben Jansens // // Permission is hereby granted, free of charge, to any person obtaining a @@ -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;