X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=6b44706ee4f299920cf05e172ebb9ac72726c2e1;hb=9223bfdd67ff39e4aaf72be1a0b4341033fc12c8;hp=02c12d4342ff02b66ed007708ffb77da3c0a6cf9;hpb=f5904cdaaafa95e8ab6ffde212dfc6b7478b4e32;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index 02c12d43..6b44706e 100644 --- a/src/client.hh +++ b/src/client.hh @@ -621,8 +621,10 @@ BB @param window The window id that the Client class should handle /*! @param x The X coordinate to move to. @param y The Y coordinate to move to. + @param bool framepos True if the frame should be moved to the position + instead of the client. This makes it ignore the gravity. */ - void move(int x, int y); + void move(int x, int y, bool framepos = false); //! Resizes the client window, anchoring it in a given corner /*!