aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-26 04:02:30 (GMT)
committersimonb <simonb>2006-03-26 04:02:30 (GMT)
commitaf74a2284551c8511b66d77112c7bf32831c1522 (patch)
tree35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/ToolFactory.hh
parent872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff)
downloadfluxbox-af74a2284551c8511b66d77112c7bf32831c1522.zip
fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r--src/ToolFactory.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh
index 503a5e6..7e8edbf 100644
--- a/src/ToolFactory.hh
+++ b/src/ToolFactory.hh
@@ -47,7 +47,7 @@ public:
47 47
48 ToolbarItem *create(const std::string &name, const FbTk::FbWindow &parent, Toolbar &tbar); 48 ToolbarItem *create(const std::string &name, const FbTk::FbWindow &parent, Toolbar &tbar);
49 void updateThemes(); 49 void updateThemes();
50 int maxFontHeight() const; 50 int maxFontHeight();
51 inline const BScreen &screen() const { return m_screen; } 51 inline const BScreen &screen() const { return m_screen; }
52 inline BScreen &screen() { return m_screen; } 52 inline BScreen &screen() { return m_screen; }
53 53