aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-05 09:03:43 (GMT)
committerrathnor <rathnor>2003-10-05 09:03:43 (GMT)
commit9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c (patch)
tree4656a6fe71b5e18bf4b5044df9e1980162823c58 /src/FbWinFrame.hh
parent6984eb8970b61c0a6bcacba301707807d47d9b42 (diff)
downloadfluxbox-9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c.zip
fluxbox-9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c.tar.bz2
fix window size when changing titlebar height
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 6d218d4..f1ca769 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.22 2003/10/02 14:14:46 rathnor Exp $ 22// $Id: FbWinFrame.hh,v 1.23 2003/10/05 09:03:43 rathnor Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -118,12 +118,13 @@ public:
118 /// remove any handler for the windows 118 /// remove any handler for the windows
119 void removeEventHandler(); 119 void removeEventHandler();
120 120
121 void hideTitlebar(); 121 // these return true/false for if something changed
122 void showTitlebar(); 122 bool hideTitlebar();
123 void hideHandle(); 123 bool showTitlebar();
124 void showHandle(); 124 bool hideHandle();
125 void hideAllDecorations(); 125 bool showHandle();
126 void showAllDecorations(); 126 bool hideAllDecorations();
127 bool showAllDecorations();
127 128
128 // this function translates its arguments according to win_gravity 129 // this function translates its arguments according to win_gravity
129 // if win_gravity is negative, it does an inverse translation 130 // if win_gravity is negative, it does an inverse translation