aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-05-21 23:59:54 (GMT)
committerrathnor <rathnor>2003-05-21 23:59:54 (GMT)
commit51f7970f7494710df2d015afca2007ceebbe7b2d (patch)
treee08b0fb137f4789fbc7f327b1c5e8ad0927b531a /src/Window.cc
parenta88511a4a772ec021029649905b7ce645ff9a597 (diff)
downloadfluxbox-51f7970f7494710df2d015afca2007ceebbe7b2d.zip
fluxbox-51f7970f7494710df2d015afca2007ceebbe7b2d.tar.bz2
fix cascade placement for multiple heads
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 3254b50..dc8e3dc 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.183 2003/05/20 11:03:10 rathnor Exp $ 25// $Id: Window.cc,v 1.184 2003/05/21 23:59:53 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -3151,8 +3151,8 @@ unsigned int FluxboxWindow::height() const {
3151 return frame().height(); 3151 return frame().height();
3152} 3152}
3153 3153
3154unsigned int FluxboxWindow::titleHeight() const { 3154unsigned int FluxboxWindow::titlebarHeight() const {
3155 return frame().titleHeight(); 3155 return frame().titlebarHeight();
3156} 3156}
3157 3157
3158Window FluxboxWindow::clientWindow() const { 3158Window FluxboxWindow::clientWindow() const {