diff options
author | rathnor <rathnor> | 2003-05-21 23:59:54 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-05-21 23:59:54 (GMT) |
commit | 51f7970f7494710df2d015afca2007ceebbe7b2d (patch) | |
tree | e08b0fb137f4789fbc7f327b1c5e8ad0927b531a /src/Window.hh | |
parent | a88511a4a772ec021029649905b7ce645ff9a597 (diff) | |
download | fluxbox_lack-51f7970f7494710df2d015afca2007ceebbe7b2d.zip fluxbox_lack-51f7970f7494710df2d015afca2007ceebbe7b2d.tar.bz2 |
fix cascade placement for multiple heads
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 9b99f0f..46d0a12 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -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.hh,v 1.73 2003/05/15 11:17:27 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.74 2003/05/21 23:59:53 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -303,7 +303,7 @@ public: | |||
303 | 303 | ||
304 | unsigned int width() const; | 304 | unsigned int width() const; |
305 | unsigned int height() const; | 305 | unsigned int height() const; |
306 | unsigned int titleHeight() const; | 306 | unsigned int titlebarHeight() const; |
307 | const std::string &className() const { return m_class_name; } | 307 | const std::string &className() const { return m_class_name; } |
308 | const std::string &instanceName() const { return m_instance_name; } | 308 | const std::string &instanceName() const { return m_instance_name; } |
309 | bool isLowerTab() const; | 309 | bool isLowerTab() const; |