aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-09-11 13:15:58 (GMT)
committerrathnor <rathnor>2003-09-11 13:15:58 (GMT)
commit7056c000e24960d27dd92d6ddc0466acfb97749b (patch)
treef334daab99a313e05b94d1cd0d65d0fe62d35608 /src/FbWinFrame.hh
parent4652eb065cbaca532c300bd82cb76bdb7b291c89 (diff)
downloadfluxbox-7056c000e24960d27dd92d6ddc0466acfb97749b.zip
fluxbox-7056c000e24960d27dd92d6ddc0466acfb97749b.tar.bz2
erk
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 854701b..e4c5ca2 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.15 2003/09/10 09:53:21 fluxgen Exp $ 22// $Id: FbWinFrame.hh,v 1.16 2003/09/11 13:15:58 rathnor Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -121,6 +121,10 @@ public:
121 void hideAllDecorations(); 121 void hideAllDecorations();
122 void showAllDecorations(); 122 void showAllDecorations();
123 123
124 // this function translates its arguments according to win_gravity
125 // if win_gravity is negative, it does an inverse translation
126 void gravityTranslate(int &x, int &y, int win_gravity);
127
124 void setBorderWidth(unsigned int borderW); 128 void setBorderWidth(unsigned int borderW);
125 129
126 /** 130 /**