diff options
author | rathnor <rathnor> | 2003-09-11 13:17:14 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-11 13:17:14 (GMT) |
commit | 01af61822de502b9457c975f3ec4015a2619686c (patch) | |
tree | fcca41910a7ef4b02454659598856207bd1fd7a7 /src/FbWinFrame.hh | |
parent | 7056c000e24960d27dd92d6ddc0466acfb97749b (diff) | |
download | fluxbox-01af61822de502b9457c975f3ec4015a2619686c.zip fluxbox-01af61822de502b9457c975f3ec4015a2619686c.tar.bz2 |
add gravity translate
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index e4c5ca2..6906f2a 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.hh,v 1.16 2003/09/11 13:15:58 rathnor Exp $ | 22 | // $Id: FbWinFrame.hh,v 1.17 2003/09/11 13:17:14 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBWINFRAME_HH | 24 | #ifndef FBWINFRAME_HH |
25 | #define FBWINFRAME_HH | 25 | #define FBWINFRAME_HH |
@@ -123,7 +123,7 @@ public: | |||
123 | 123 | ||
124 | // this function translates its arguments according to win_gravity | 124 | // this function translates its arguments according to win_gravity |
125 | // if win_gravity is negative, it does an inverse translation | 125 | // if win_gravity is negative, it does an inverse translation |
126 | void gravityTranslate(int &x, int &y, int win_gravity); | 126 | void gravityTranslate(int &x, int &y, int win_gravity, bool move_frame = false); |
127 | 127 | ||
128 | void setBorderWidth(unsigned int borderW); | 128 | void setBorderWidth(unsigned int borderW); |
129 | 129 | ||