diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 6 |
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 | ||
3154 | unsigned int FluxboxWindow::titleHeight() const { | 3154 | unsigned int FluxboxWindow::titlebarHeight() const { |
3155 | return frame().titleHeight(); | 3155 | return frame().titlebarHeight(); |
3156 | } | 3156 | } |
3157 | 3157 | ||
3158 | Window FluxboxWindow::clientWindow() const { | 3158 | Window FluxboxWindow::clientWindow() const { |