diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh index ee0b35e..a07bf66 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.93 2003/09/12 16:30:21 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.94 2003/09/23 13:52:05 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -206,11 +206,11 @@ public: | |||
206 | void restore(WinClient *client, bool remap); | 206 | void restore(WinClient *client, bool remap); |
207 | void restore(bool remap); | 207 | void restore(bool remap); |
208 | /// move frame to x, y | 208 | /// move frame to x, y |
209 | void move(int x, int y); | 209 | void move(int x, int y, int gravity = ForgetGravity); |
210 | /// resize frame to width, height | 210 | /// resize frame to width, height |
211 | void resize(unsigned int width, unsigned int height); | 211 | void resize(unsigned int width, unsigned int height); |
212 | /// move and resize frame to pox x,y and size width, height | 212 | /// move and resize frame to pox x,y and size width, height |
213 | void moveResize(int x, int y, unsigned int width, unsigned int height); | 213 | void moveResize(int x, int y, unsigned int width, unsigned int height, int gravity = ForgetGravity); |
214 | 214 | ||
215 | void setWorkspace(int n); | 215 | void setWorkspace(int n); |
216 | void changeBlackboxHints(const BlackboxHints &bh); | 216 | void changeBlackboxHints(const BlackboxHints &bh); |