aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh4
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