diff options
author | fluxgen <fluxgen> | 2003-08-22 15:02:33 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-22 15:02:33 (GMT) |
commit | 44208838af27bb819a5b326607009d41c00cb943 (patch) | |
tree | bacddd7aff1b1887c259cd0f174cb2d84cefdae5 /src/FbWinFrameTheme.cc | |
parent | ec5c2b77a11e2762921ff4736539d4f5239b5866 (diff) | |
download | fluxbox-44208838af27bb819a5b326607009d41c00cb943.zip fluxbox-44208838af27bb819a5b326607009d41c00cb943.tar.bz2 |
new theme item window.title.height, Window.Title.Height
Diffstat (limited to 'src/FbWinFrameTheme.cc')
-rw-r--r-- | src/FbWinFrameTheme.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/FbWinFrameTheme.cc b/src/FbWinFrameTheme.cc index 6a10ddf..728cd2d 100644 --- a/src/FbWinFrameTheme.cc +++ b/src/FbWinFrameTheme.cc | |||
@@ -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: FbWinFrameTheme.cc,v 1.8 2003/08/16 11:05:19 fluxgen Exp $ | 22 | // $Id: FbWinFrameTheme.cc,v 1.9 2003/08/22 15:02:33 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrameTheme.hh" | 24 | #include "FbWinFrameTheme.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -59,7 +59,10 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num): | |||
59 | m_textjustify(*this, "window.justify", "Window.Justify"), | 59 | m_textjustify(*this, "window.justify", "Window.Justify"), |
60 | m_shape_place(*this, "window.roundCorners", "Window.RoundCorners"), | 60 | m_shape_place(*this, "window.roundCorners", "Window.RoundCorners"), |
61 | 61 | ||
62 | m_alpha(*this, "window.alpha", "Window.Alpha") { | 62 | m_alpha(*this, "window.alpha", "Window.Alpha"), |
63 | m_title_height(*this, "window.title.height", "Window.Title.Height") { | ||
64 | |||
65 | *m_title_height = 0; | ||
63 | // set defaults | 66 | // set defaults |
64 | m_font->load("fixed"); | 67 | m_font->load("fixed"); |
65 | *m_alpha = 255; | 68 | *m_alpha = 255; |